net.sf.dropboxmq.workflow.persistence.memory
Class ProcessorPersistenceImpl
java.lang.Object
net.sf.dropboxmq.workflow.persistence.memory.ProcessorPersistenceImpl
- All Implemented Interfaces:
- ProcessorPersistence
public class ProcessorPersistenceImpl
- extends Object
- implements ProcessorPersistence
Created: 15 Aug 2010
- 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()
storeProcessor
public void storeProcessor(Processor processor)
- Specified by:
storeProcessor
in interface ProcessorPersistence
getProcessorByName
public Processor getProcessorByName(String name)
- Specified by:
getProcessorByName
in interface ProcessorPersistence
getExistingProcessorById
Processor getExistingProcessorById(int id)