Uses of Class
org.ogf.graap.wsag.server.persistence.impl.PersistentAgreementContainer

Packages that use PersistentAgreementContainer
org.ogf.graap.wsag.server.monitoring   
org.ogf.graap.wsag.server.persistence.impl   
 

Uses of PersistentAgreementContainer in org.ogf.graap.wsag.server.monitoring
 

Constructors in org.ogf.graap.wsag.server.monitoring with parameters of type PersistentAgreementContainer
MonitorableAgreement(PersistentAgreementContainer persistentAgreementContainer)
          Recreates an instance of a monitorable agreement.
 

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

Fields in org.ogf.graap.wsag.server.persistence.impl declared as PersistentAgreementContainer
protected  PersistentAgreementContainer DatabasePersistentAgreement.persistentAgreementContainer
          This container stores the agreement resource properties document and the agreement execution properties in the database.
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return PersistentAgreementContainer
static PersistentAgreementContainer PersistentAgreementContainer.createContainer(Agreement agreement, String factoryId)
          Creates a new persistent container that stores the agreement properties document and the agreement execution context.
 PersistentAgreementContainer DatabasePersistentAgreement.getPersistentAgreementContainer()
           
static PersistentAgreementContainer[] PersistentAgreementContainer.listContainers()
          Creates a list of all persistent agreement containers.
static PersistentAgreementContainer[] PersistentAgreementContainer.listContainers(String agreementFactoryId)
          Lists all persistent agreement containers for a given factory
static PersistentAgreementContainer PersistentAgreementContainer.loadContainer(String agreementId)
          Loads a persistent container for the given agreement id and agreement factory id.
static PersistentAgreementContainer PersistentAgreementContainer.loadContainer(String agreementId, String agreementFactoryId)
          Loads a persistent container for the given agreement id and agreement factory id.
 

Constructors in org.ogf.graap.wsag.server.persistence.impl with parameters of type PersistentAgreementContainer
DatabasePersistentAgreement(PersistentAgreementContainer persistentAgreementContainer, String agreementFactoryId)
          Uses an existing PersistentAgreementContainer instance to instantiate the persisted agreement.
 



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