Uses of Interface
org.ogf.graap.wsag.server.persistence.PersistentAgreementFactory

Packages that use PersistentAgreementFactory
org.ogf.graap.wsag.server.persistence   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.graap.wsag.wsrf.persistence   
 

Uses of PersistentAgreementFactory in org.ogf.graap.wsag.server.persistence
 

Methods in org.ogf.graap.wsag.server.persistence that return PersistentAgreementFactory
 PersistentAgreementFactory IAgreementFactoryHome.find(String factoryId)
          Finds an agreement factory with a given id.
 PersistentAgreementFactory[] IAgreementFactoryHome.list()
          Lists all agreement factories.
 

Methods in org.ogf.graap.wsag.server.persistence with parameters of type PersistentAgreementFactory
 void IAgreementFactoryHome.saveAgreementFactories(PersistentAgreementFactory[] factories)
          Deprecated.  
 

Uses of PersistentAgreementFactory in org.ogf.graap.wsag.server.persistence.impl
 

Classes in org.ogf.graap.wsag.server.persistence.impl that implement PersistentAgreementFactory
 class AbstractPersistentAgreementFactory
          A persistent factory can list all agreements that it has created, even after system restart.
 class DatabasePersistentAgreementFactory
           
 class SimplePersistentAgreementFactory
          SimplePersistentAgreementFactory.
 

Fields in org.ogf.graap.wsag.server.persistence.impl with type parameters of type PersistentAgreementFactory
protected  List<PersistentAgreementFactory> WSAG4JPersistenceFacade.factoriesOL
          An ordered list with the available agreement factories.
protected  Map<String,PersistentAgreementFactory> WSAG4JPersistenceFacade.persistentFactories
          A map that contains the available persistent agreement factory which are identified by their factory id.
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return PersistentAgreementFactory
protected  PersistentAgreementFactory[] SimpleWSAG4JPersistence.doLoad()
           
protected  PersistentAgreementFactory[] DatabaseWSAG4JPersistence.doLoad()
           
protected abstract  PersistentAgreementFactory[] AbstractWSAG4JPersistence.doLoad()
          Loads the agreement factories for this persistence layer.
 PersistentAgreementFactory WSAG4JPersistenceFacade.find(String factoryId)
          looks up a factory with the given id.
 PersistentAgreementFactory AbstractWSAG4JPersistence.find(String agreementFactoryId)
          Lists the agreement for the factory with the given id.
 PersistentAgreementFactory[] WSAG4JPersistenceFacade.list()
           
 PersistentAgreementFactory[] AbstractWSAG4JPersistence.list()
          Lists all agreement factories.
 

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type PersistentAgreementFactory
protected  boolean SimpleWSAG4JPersistence.doRemove(PersistentAgreementFactory factory)
          Removes a persistent factory from the persistence layer.
 boolean DatabaseWSAG4JPersistence.doRemove(PersistentAgreementFactory factory)
          Removes a persistent factory from the persistence layer.
protected abstract  boolean AbstractWSAG4JPersistence.doRemove(PersistentAgreementFactory factory)
          Removes a persistent factory from the persistence layer.
 void WSAG4JPersistenceFacade.saveAgreementFactories(PersistentAgreementFactory[] factories)
           
 void SimpleWSAG4JPersistence.saveAgreementFactories(PersistentAgreementFactory[] factories)
          
 void DatabaseWSAG4JPersistence.saveAgreementFactories(PersistentAgreementFactory[] factories)
          Deprecated.  
 

Uses of PersistentAgreementFactory in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl that return PersistentAgreementFactory
 PersistentAgreementFactory AgreementFactoryWsResource.getAgreementFactory()
           
 

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type PersistentAgreementFactory
 void AgreementFactoryWsResource.setAgreementFactory(PersistentAgreementFactory factory)
          Sets the agreement factory for this WSRF resource.
 

Uses of PersistentAgreementFactory in org.ogf.graap.wsag.wsrf.persistence
 

Subinterfaces of PersistentAgreementFactory in org.ogf.graap.wsag.wsrf.persistence
 interface WsPersistentAgreementFactory
           
 

Classes in org.ogf.graap.wsag.wsrf.persistence that implement PersistentAgreementFactory
 class WsDatabaseAgreementFactory
          The WsDatabaseAgreementFactory encapsulates a PersistentAgreementFactory and additionally stores the endpoint reference of the persistent factory.
 

Constructors in org.ogf.graap.wsag.wsrf.persistence with parameters of type PersistentAgreementFactory
WsDatabaseAgreementFactory(PersistentAgreementFactory factory, EndpointReferenceType epr)
          Creates a persistent WS agreement factory for a given EPR and implementation.
 



Copyright © 2008-2012 Fraunhofer Institute SCAI. All Rights Reserved.