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

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

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

Classes in org.ogf.graap.wsag.samples that implement INegotiationAction
 class Sample1NegotiateAgreementAction
          Sample1NegotiateAgreementAction
 class Sample2NegotiateAgreementAction
          Sample1NegotiateAgreementAction
 

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

Classes in org.ogf.graap.wsag.samples.actions that implement INegotiationAction
 class SampleNegotiateAction
          SampleNegotiateAction
 

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

Classes in org.ogf.graap.wsag.samples.pendingagreement that implement INegotiationAction
 class NegotiatePendingAgreementAction
          NegotiatePendingAgreementAction A negotiation action for a pending agreement.
 

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

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

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

Classes in org.ogf.graap.wsag.server.actions.impl that implement INegotiationAction
 class NegotiationUnsupportedAction
          NegotiationUnsupportedAction
 

Methods in org.ogf.graap.wsag.server.actions.impl that return INegotiationAction
 INegotiationAction AgreementFactoryAction.getNegotiationAction()
           
 

Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type INegotiationAction
 void AgreementFactoryAction.setNegotiationAction(INegotiationAction negotiationAction)
          Sets the negotiation strategy for this factory action.
 

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



Copyright © 2008-2012. All Rights Reserved.