org.pasoa.factory
Class ProvenanceStoreRegistry

java.lang.Object
  extended by org.pasoa.factory.ProvenanceStoreRegistry

public class ProvenanceStoreRegistry
extends Object


Constructor Summary
ProvenanceStoreRegistry()
           
 
Method Summary
 void deregisterPlugIn(String name)
           
 ProvenanceStore lookup(String name)
           
 void registerPlugIn(String name, ProvenanceStore pStore)
           
 void shutdownAll()
           
 Enumeration storeNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProvenanceStoreRegistry

public ProvenanceStoreRegistry()
Method Detail

registerPlugIn

public void registerPlugIn(String name,
                           ProvenanceStore pStore)
                    throws Exception
Throws:
Exception

deregisterPlugIn

public void deregisterPlugIn(String name)
                      throws Exception
Throws:
Exception

shutdownAll

public void shutdownAll()
                 throws Exception
Throws:
Exception

lookup

public ProvenanceStore lookup(String name)
                       throws Exception
Throws:
Exception

storeNames

public Enumeration storeNames()