net.sf.dropboxmq.workflow.persistence.jdbc
Class ProcessorPersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.jdbc.ProcessorPersistenceImpl
- All Implemented Interfaces:
- ProcessorPersistence
public class ProcessorPersistenceImpl
- extends Object
- implements ProcessorPersistence
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 |
ProcessorPersistenceImpl
public ProcessorPersistenceImpl(PersistenceFactoryImpl persistenceFactory)
storeProcessor
public void storeProcessor(Processor processor)
- Specified by:
storeProcessor
in interface ProcessorPersistence
newJDBCHelper
JDBCHelper newJDBCHelper()
getProcessorByName
public Processor getProcessorByName(String name)
- Specified by:
getProcessorByName
in interface ProcessorPersistence