net.sf.dropboxmq.workflow.persistence.jdbc
Class StatePersistenceImpl

java.lang.Object
  extended by 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

Constructor Summary
StatePersistenceImpl(PersistenceFactoryImpl persistenceFactory)
           
 
Method Summary
 Collection<State> getStatesByProcessType(int processTypeId)
           
(package private)  JDBCHelper newJDBCHelper()
           
 void storeState(State state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatePersistenceImpl

public StatePersistenceImpl(PersistenceFactoryImpl persistenceFactory)
Method Detail

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