net.sf.dropboxmq.workflow.persistence.memory
Class NamespacePersistenceImpl

java.lang.Object
  extended by net.sf.dropboxmq.workflow.persistence.memory.NamespacePersistenceImpl
All Implemented Interfaces:
NamespacePersistence

public class NamespacePersistenceImpl
extends Object
implements NamespacePersistence

Created: 15 Aug 2010

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

Constructor Summary
NamespacePersistenceImpl(ProcessorPersistenceImpl processorPersistence)
           
 
Method Summary
 void deleteNamespaces(int processorId)
           
 Collection<Namespace> getNamespacesByProcessor(String processorName)
           
 void storeNamespace(Namespace namespace)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespacePersistenceImpl

public NamespacePersistenceImpl(ProcessorPersistenceImpl processorPersistence)
Method Detail

storeNamespace

public void storeNamespace(Namespace namespace)
Specified by:
storeNamespace in interface NamespacePersistence

getNamespacesByProcessor

public Collection<Namespace> getNamespacesByProcessor(String processorName)
Specified by:
getNamespacesByProcessor in interface NamespacePersistence

deleteNamespaces

public void deleteNamespaces(int processorId)
Specified by:
deleteNamespaces in interface NamespacePersistence