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

Packages that use AgreementOffer
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.api.types   
 

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

Methods in org.ogf.graap.wsag.api with parameters of type AgreementOffer
 Agreement AgreementFactory.createAgreement(AgreementOffer offer)
          Creates a new agreement based on an offer.
 

Uses of AgreementOffer in org.ogf.graap.wsag.api.client
 

Methods in org.ogf.graap.wsag.api.client with parameters of type AgreementOffer
 AgreementClient AgreementFactoryService.createAgreement(AgreementOffer offer)
          Creates a new agreement instance with the SLA management server.
 AgreementClient AgreementFactoryService.createPendingAgreement(AgreementOffer offer)
          Creates a pending agreement instance.
 AgreementClient AgreementFactoryService.createPendingAgreement(AgreementOffer offer, org.w3.x2005.x08.addressing.EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 

Uses of AgreementOffer in org.ogf.graap.wsag.api.types
 

Classes in org.ogf.graap.wsag.api.types that implement AgreementOffer
 class AgreementOfferType
          AgreementOfferType
 

Methods in org.ogf.graap.wsag.api.types with parameters of type AgreementOffer
protected  void AbstractAgreementType.initialize(AgreementOffer offer)
          Initializes an agreement type with the standard selection strategy for service description term states and guarantee term states.
protected  void AbstractAgreementType.initialize(AgreementOffer offer, String sdtXPath, String guaranteeTermXPath)
          Initializes an agreement type with the custom selection strategy for service description term states and guarantee term states.
 

Constructors in org.ogf.graap.wsag.api.types with parameters of type AgreementOffer
AbstractAgreementType(AgreementOffer offer)
          Creates an agreement based on an offer.
 



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