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

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

Uses of IAgreementFactoryHome in org.ogf.graap.wsag.server.engine
 

Methods in org.ogf.graap.wsag.server.engine that return IAgreementFactoryHome
static IAgreementFactoryHome WsagEngine.getAgreementFactoryHome()
          Returns the agreement factory home
 

Methods in org.ogf.graap.wsag.server.engine with parameters of type IAgreementFactoryHome
static void WsagEngine.setAgreementFactoryHome(IAgreementFactoryHome agreementFactoryHome)
          Overwrites the instance created during initialization.
 

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

Classes in org.ogf.graap.wsag.server.persistence.impl that implement IAgreementFactoryHome
 class AbstractWSAG4JPersistence
           Abstract implementation of an agreement factory home.
 class DatabaseWSAG4JPersistence
           
 class SimpleWSAG4JPersistence
          SimpleWSAG4JPersistence loads the factory configurations defined in the WSAG4J engine configuration files and and instantiates a factory for each engine instance.
 class WSAG4JPersistenceFacade
          This class serves as a facade for multiple wsag4j engine instances that are deployed in a server.
 

Constructors in org.ogf.graap.wsag.server.persistence.impl with parameters of type IAgreementFactoryHome
DatabaseAgreementHome(IAgreementFactoryHome factoryHome)
           
 

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

Constructors in org.ogf.graap.wsag.wsrf.persistence with parameters of type IAgreementFactoryHome
WsDatabaseWSAG4JPersistence(IAgreementFactoryHome agreementFactoryHome)
           
 



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