org.pasoa.factory
Class ProvenanceStore

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

public class ProvenanceStore
extends Object


Constructor Summary
ProvenanceStore(PlugInRegistry pir, StorageSystem storageSystem, long cacheWaitTime)
           
 
Method Summary
 boolean authenticate(Principal principal)
           
 void delete()
          Deletes the pstore and all its content
 Dispatcher getDispatcher()
           
 PlugInRegistry getPlugInRegistry()
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProvenanceStore

public ProvenanceStore(PlugInRegistry pir,
                       StorageSystem storageSystem,
                       long cacheWaitTime)
Method Detail

authenticate

public boolean authenticate(Principal principal)

getPlugInRegistry

public PlugInRegistry getPlugInRegistry()

getDispatcher

public Dispatcher getDispatcher()

shutdown

public void shutdown()
              throws Exception
Throws:
Exception

delete

public void delete()
            throws Exception
Deletes the pstore and all its content

Throws:
Exception