net.sf.dropboxmq.workflow.persistence.memory
Class EventPropertyPersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.memory.EventPropertyPersistenceImpl
- All Implemented Interfaces:
- EventPropertyPersistence
public class EventPropertyPersistenceImpl
- extends Object
- implements EventPropertyPersistence
Created: 11 Oct 2010
- Version:
- $Revision$, $Date$
- Author:
- Dwayne Schultz
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventPropertyPersistenceImpl
public EventPropertyPersistenceImpl(EventPersistenceImpl eventPersistence)
storeEventProperties
public void storeEventProperties(int eventId,
Map<String,String> properties)
- Specified by:
storeEventProperties in interface EventPropertyPersistence
getEventPropertiesByRun
public Map<Integer,Map<String,String>> getEventPropertiesByRun(int runId)
- Specified by:
getEventPropertiesByRun in interface EventPropertyPersistence