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

java.lang.Object
  extended by net.sf.dropboxmq.workflow.persistence.jdbc.ProcessPersistenceImpl
All Implemented Interfaces:
ProcessPersistence

public class ProcessPersistenceImpl
extends Object
implements ProcessPersistence

Created: 06 02 2011

Version:
$Revision$, $Date$
Author:
Dwayne Schultz

Constructor Summary
ProcessPersistenceImpl(PersistenceFactoryImpl persistenceFactory)
           
 
Method Summary
 Process getProcessByKey(String key, int processTypeId)
           
(package private)  JDBCHelper newJDBCHelper()
           
 void storeProcess(Process process)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessPersistenceImpl

public ProcessPersistenceImpl(PersistenceFactoryImpl persistenceFactory)
Method Detail

storeProcess

public void storeProcess(Process process)
Specified by:
storeProcess in interface ProcessPersistence

newJDBCHelper

JDBCHelper newJDBCHelper()

getProcessByKey

public Process getProcessByKey(String key,
                               int processTypeId)
Specified by:
getProcessByKey in interface ProcessPersistence