net.sf.dropboxmq.workflow.persistence.jdbc
Class StatePersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.jdbc.StatePersistenceImpl
- All Implemented Interfaces:
- StatePersistence
public class StatePersistenceImpl
- extends Object
- implements StatePersistence
Created: 04 Feb 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 |
StatePersistenceImpl
public StatePersistenceImpl(PersistenceFactoryImpl persistenceFactory)
storeState
public void storeState(State state)
- Specified by:
storeState
in interface StatePersistence
newJDBCHelper
JDBCHelper newJDBCHelper()
getStatesByProcessType
public Collection<State> getStatesByProcessType(int processTypeId)
- Specified by:
getStatesByProcessType
in interface StatePersistence