net.sf.dropboxmq.workflow.persistence.jdbc
Class EventPropertyPersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.jdbc.EventPropertyPersistenceImpl
- All Implemented Interfaces:
- EventPropertyPersistence
public class EventPropertyPersistenceImpl
- extends Object
- implements EventPropertyPersistence
Created: 06 02 2011
- 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(PersistenceFactoryImpl persistenceFactory)
storeEventProperties
public void storeEventProperties(int eventId,
Map<String,String> properties)
- Specified by:
storeEventProperties in interface EventPropertyPersistence
newJDBCHelper
JDBCHelper newJDBCHelper()
getEventPropertiesByRun
public Map<Integer,Map<String,String>> getEventPropertiesByRun(int runId)
- Specified by:
getEventPropertiesByRun in interface EventPropertyPersistence