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

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

Constructor Summary
ProcessorPersistenceImpl(PersistenceFactoryImpl persistenceFactory)
           
 
Method Summary
 Processor getProcessorByName(String name)
           
(package private)  JDBCHelper newJDBCHelper()
           
 void storeProcessor(Processor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorPersistenceImpl

public ProcessorPersistenceImpl(PersistenceFactoryImpl persistenceFactory)
Method Detail

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