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

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

Uses of IAgreementFactory in org.ogf.graap.wsag.samples
 

Classes in org.ogf.graap.wsag.samples that implement IAgreementFactory
 class SampleAgreementFactory
          Deprecated. the framework is customized by agreement actions only
 

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 FactoryContext.getAgreementFactory()
          Each agreement factory has an associated context.
 

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

Constructors in org.ogf.graap.wsag.server.api.impl with parameters of type IAgreementFactory
FactoryContext(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.
 

Methods in org.ogf.graap.wsag.server.engine that return IAgreementFactory
 IAgreementFactory WsagEngine.getAgreementFactoryPrototype()
          Instantiates a new agreement factory instance based on the engine configuration.
 

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)
           
 



Copyright © 2008-2012. All Rights Reserved.