org.pasoa.factory
Class ProvenanceStoreRegistry
java.lang.Object
org.pasoa.factory.ProvenanceStoreRegistry
- public class ProvenanceStoreRegistry
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvenanceStoreRegistry
public ProvenanceStoreRegistry()
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()