Uses of Interface
org.ogf.graap.wsag.api.AgreementFactory

Packages that use AgreementFactory
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.client.api.local   
org.ogf.graap.wsag.samples   
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   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.persistence   
 

Uses of AgreementFactory in org.ogf.graap.wsag.api
 

Methods in org.ogf.graap.wsag.api that return AgreementFactory
 AgreementFactory AgreementFactoryContext.getAgreementFactory()
           
 

Uses of AgreementFactory in org.ogf.graap.wsag.client.api.local
 

Constructors in org.ogf.graap.wsag.client.api.local with parameters of type AgreementFactory
LocalAgreementFactoryClient(AgreementFactory factory)
          Creates a client for local invocation of an agreement factory.
LocalAgreementFactoryClient(AgreementFactory factory, Agreement[] source)
           
 

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

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

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

Subinterfaces of AgreementFactory in org.ogf.graap.wsag.server.api
 interface IAgreementFactory
          IAgreementFactory is the default implementation of an SLA management service in WSAG4J.
 

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

Classes in org.ogf.graap.wsag.server.api.impl that implement AgreementFactory
 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 AgreementFactory
 AgreementFactory AgreementFactoryFacade.getAgreementFactory()
           
 

Constructors in org.ogf.graap.wsag.server.api.impl with parameters of type AgreementFactory
AgreementFactoryFacade(AgreementFactory factory)
           
PendingAgreementFacade(AgreementOffer offer, AgreementFactory factory, PendingAgreementListener listener, Map<String,Object> context)
          Implementation of a pending agreement facade.
 

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

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

Uses of AgreementFactory in org.ogf.graap.wsag.server.persistence
 

Subinterfaces of AgreementFactory in org.ogf.graap.wsag.server.persistence
 interface PersistentAgreementFactory
          PersistentAgreementFactory
 

Methods in org.ogf.graap.wsag.server.persistence that return AgreementFactory
 AgreementFactory PersistentAgreementFactory.getAgreementFactory()
          Deprecated. should internally delegate calls to Agreement factory implementation
 

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

Classes in org.ogf.graap.wsag.server.persistence.impl that implement AgreementFactory
 class AbstractPersistentAgreementFactory
          A persistent factory can list all agreements that it has created, even after system restart.
 class DatabasePersistentAgreementFactory
           
 class SimplePersistentAgreementFactory
          SimplePersistentAgreementFactory.
 

Fields in org.ogf.graap.wsag.server.persistence.impl declared as AgreementFactory
protected  AgreementFactory AbstractPersistentAgreementFactory.factory
          The factory implementation that handles agreement creation.
 

Methods in org.ogf.graap.wsag.server.persistence.impl that return AgreementFactory
 AgreementFactory AbstractPersistentAgreementFactory.getAgreementFactory()
          
 

Constructors in org.ogf.graap.wsag.server.persistence.impl with parameters of type AgreementFactory
AbstractPersistentAgreementFactory(AgreementFactory factory)
           
DatabasePersistentAgreementFactory(AgreementFactory factory)
          Creates a new DatabasePersistentAgreementFactory using the given agreement factory as delegation target for calls to the AgreementFactory interface.
SimplePersistentAgreementFactory(AgreementFactory factory)
           
 

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

Subinterfaces of AgreementFactory in org.ogf.graap.wsag.wsrf.persistence
 interface WsPersistentAgreementFactory
           
 

Classes in org.ogf.graap.wsag.wsrf.persistence that implement AgreementFactory
 class WsDatabaseAgreementFactory
          The WsDatabaseAgreementFactory encapsulates a PersistentAgreementFactory and additionally stores the endpoint reference of the persistent factory.
 

Methods in org.ogf.graap.wsag.wsrf.persistence that return AgreementFactory
 AgreementFactory WsDatabaseAgreementFactory.getAgreementFactory()
          Deprecated.  
 



Copyright © 2008-2012. All Rights Reserved.