Uses of Interface
org.ogf.graap.wsag.server.actions.ICreateAgreementAction

Packages that use ICreateAgreementAction
org.ogf.graap.wsag.samples   
org.ogf.graap.wsag.samples.actions   
org.ogf.graap.wsag.samples.pendingagreement   
org.ogf.graap.wsag.samples.site   
org.ogf.graap.wsag.server.actions   
org.ogf.graap.wsag.server.actions.impl   
 

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

Classes in org.ogf.graap.wsag.samples that implement ICreateAgreementAction
 class Sample1CreateAgreementAction
          Sample1CreateAgreementAction
 class Sample2CreateAgreementAction
          Sample1CreateAgreementAction
 class SampleMonitoredAgreementAction
          SampleMonitorableAgreementAction
 

Uses of ICreateAgreementAction in org.ogf.graap.wsag.samples.actions
 

Classes in org.ogf.graap.wsag.samples.actions that implement ICreateAgreementAction
 class SampleCreateAgreementAction
          SampleCreateAgreementAction
 

Uses of ICreateAgreementAction in org.ogf.graap.wsag.samples.pendingagreement
 

Classes in org.ogf.graap.wsag.samples.pendingagreement that implement ICreateAgreementAction
 class CreatePendingAgreementAction
          CreatePendingAgreementAction This class shows an example for a long lasting agreement creation process.
 class CreatePendingAgreementWithNotificationAction
          CreatePendingAgreementAction This class shows an example for a long lasting agreement creation process.
 

Uses of ICreateAgreementAction in org.ogf.graap.wsag.samples.site
 

Classes in org.ogf.graap.wsag.samples.site that implement ICreateAgreementAction
 class ExampleCreateAgreementAction
          This action is used as example in the WSAG4J documentation.
 

Uses of ICreateAgreementAction in org.ogf.graap.wsag.server.actions
 

Classes in org.ogf.graap.wsag.server.actions that implement ICreateAgreementAction
 class AbstractCreateAgreementAction
          AbstractCreateAgreementAction Abstract base class for agreement creation actions.
 

Uses of ICreateAgreementAction in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type ICreateAgreementAction
 void AgreementFactoryAction.setCreateAgreementAction(ICreateAgreementAction createAgreement)
          Sets the SLA creation strategy for this factory action.
 

Constructors in org.ogf.graap.wsag.server.actions.impl with parameters of type ICreateAgreementAction
AgreementFactoryAction(IGetTemplateAction templateAction, ICreateAgreementAction createAgreementAction, INegotiationAction negotiationAction)
          Creates a new AgreementFactoryAction.
 



Copyright © 2008-2012. All Rights Reserved.