Uses of Interface
org.ogf.graap.wsag.server.api.IAgreementFactory

Packages that use IAgreementFactory
org.ogf.graap.wsag.server.api   
org.ogf.graap.wsag.server.api.impl   
org.ogf.graap.wsag.server.engine   
org.ogf.graap.wsag.server.persistence.impl   
 

Uses of IAgreementFactory in org.ogf.graap.wsag.server.api
 

Methods in org.ogf.graap.wsag.server.api that return IAgreementFactory
 IAgreementFactory IAgreementFactoryContext.getAgreementFactory()
           
 

Uses of IAgreementFactory in org.ogf.graap.wsag.server.api.impl
 

Classes in org.ogf.graap.wsag.server.api.impl that implement IAgreementFactory
 class AbstractAgreementFactory
          WSAG4JAbstractAgreementFactory
 class AgreementFactoryFacade
          The agreement factory facade is an implementation of a IAgreementFactory.
 

Methods in org.ogf.graap.wsag.server.api.impl that return IAgreementFactory
 IAgreementFactory AgreementFactoryContext.getAgreementFactory()
          Each agreement factory has an associated context.
 

Methods in org.ogf.graap.wsag.server.api.impl with parameters of type IAgreementFactory
 void AgreementFactoryContext.setAgreementFactory(IAgreementFactory agreementFactory)
           
 

Constructors in org.ogf.graap.wsag.server.api.impl with parameters of type IAgreementFactory
AgreementFactoryContext(IAgreementFactory agreementFactory)
          Creates a new agreement factory context for a given factory.
 

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

Classes in org.ogf.graap.wsag.server.engine that implement IAgreementFactory
 class GenericAgreementFactory
          The GenericAgreementFactory is the default implementation of an agreement factory.
 

Constructors in org.ogf.graap.wsag.server.engine with parameters of type IAgreementFactory
GenericNegotiation(IAgreementFactory factory, TemplateRegistry registry, NegotiationContextType context)
           
GenericNegotiation(IAgreementFactory factory, TemplateRegistry registry, NegotiationContextType context, Map<String,Object> negotiationProperties)
           
 

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

Methods in org.ogf.graap.wsag.server.persistence.impl that return IAgreementFactory
protected  IAgreementFactory AbstractWSAG4JPersistence.getAgreementFactoryPrototype(WSAG4JEngineConfigurationType configuration)
           
 



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