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   
org.ogf.graap.wsag.wsrf.persistence   
 

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

Classes in org.ogf.graap.wsag.server.engine that implement IAgreementFactoryHome
 class WsagEngine
          The WSAGEngine provides access to all agreement factories configured for this engine.
 

Methods in org.ogf.graap.wsag.server.engine that return IAgreementFactoryHome
 IAgreementFactoryHome WsagEngine.getPersistenceLayer()
          Returns the persistence layer for this engine.
 

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.
 

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
 

Classes in org.ogf.graap.wsag.wsrf that implement IAgreementFactoryHome
 class WSAG4JPersistenceFacade
           
 

Methods in org.ogf.graap.wsag.wsrf that return IAgreementFactoryHome
static IAgreementFactoryHome WsrfEngine.getAgreementFactoryHome()
          Returns the agreement factory home
 

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. All Rights Reserved.