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

Packages that use AgreementOffer
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.sla   
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.client.api Provides the necessary interfaces in order to communicate with a WSAG4J server. 
org.ogf.graap.wsag.client.api.impl   
org.ogf.graap.wsag.client.api.local   
org.ogf.graap.wsag.client.rest   
org.ogf.graap.wsag.client.wsrf   
org.ogf.graap.wsag.client.wsrf.impl   
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   
org.ogf.graap.wsag.server.api.impl   
org.ogf.graap.wsag.server.engine   
org.ogf.graap.wsag.server.monitoring   
org.ogf.graap.wsag.server.persistence.impl   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.graap.wsag.wsrf.persistence   
 

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, Map<String,Object> context)
          Creates a new agreement based on an offer.
 Agreement AgreementFactory.createPendingAgreement(AgreementOffer offer, PendingAgreementListener listener, Map<String,Object> context)
          Creates a new pending agreement based on an offer.
 

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

Classes in org.ogf.graap.wsag.api.sla that implement AgreementOffer
 class AdvanceReservationComputeJobOffer
          AdvanceReservationComputeJobOffer
 class ComputeJobOffer
          ComputeJobOffer
 

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.
 

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

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

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

Methods in org.ogf.graap.wsag.client.api.impl with parameters of type AgreementOffer
abstract  AgreementClient AbstractAgreementFactoryClient.createAgreement(AgreementOffer offer)
          Creates a new agreement instance.
abstract  AgreementClient AbstractAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
          Creates a new pending agreement instance.
abstract  AgreementClient AbstractAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a new pending agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.api.local with parameters of type AgreementOffer
 AgreementClient LocalAgreementFactoryClient.createAgreement(AgreementOffer offer)
          Creates a new agreement instance.
 AgreementClient LocalAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
          Creates a new pending agreement instance.
 AgreementClient LocalAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
           
 

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

Methods in org.ogf.graap.wsag.client.rest with parameters of type AgreementOffer
 AgreementClient RestAgreementFactoryClient.createAgreement(AgreementOffer offer)
           
 AgreementClient RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
           
 AgreementClient RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
           
 

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

Methods in org.ogf.graap.wsag.client.wsrf with parameters of type AgreementOffer
 AgreementClient WsrfAgreementFactoryClient.createAgreement(AgreementOffer offer)
          Creates a new agreement instance.
 AgreementClient WsrfAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
          Creates a new pending agreement instance.
 AgreementClient WsrfAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          Creates a new pending agreement instance.
 

Uses of AgreementOffer in org.ogf.graap.wsag.client.wsrf.impl
 

Methods in org.ogf.graap.wsag.client.wsrf.impl with parameters of type AgreementOffer
 AgreementClient WsrfAgreementFactoryService.createAgreement(AgreementOffer offer)
          
 AgreementClient WsrfAgreementFactoryService.createPendingAgreement(AgreementOffer offer)
          
 AgreementClient WsrfAgreementFactoryService.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          
 

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

Methods in org.ogf.graap.wsag.samples with parameters of type AgreementOffer
 Agreement SampleMonitoredAgreementAction.createAgreement(AgreementOffer offer)
          Compatibility method to support old agreement actions.
 Agreement Sample2CreateAgreementAction.createAgreement(AgreementOffer offer)
          Compatibility method to support old agreement actions.
 Agreement Sample1CreateAgreementAction.createAgreement(AgreementOffer offer)
          Compatibility method to support old agreement actions.
 Agreement SampleAgreementFactory.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Deprecated. Creates a new agreement based on an offer.
 Agreement SampleAgreementFactory.createPendingAgreement(AgreementOffer offer, PendingAgreementListener listener, Map<String,Object> context)
          Deprecated.  
 

Constructors in org.ogf.graap.wsag.samples with parameters of type AgreementOffer
SampleAgreement(AgreementOffer offer)
          constructs new agreement based on offer.
SampleMonitoredAgreement(AgreementOffer offer)
          Creates a monitored agreement for the given offer.
 

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

Classes in org.ogf.graap.wsag.samples.actions that implement AgreementOffer
 class SampleAgreementOffer
          SampleNegotiationAgreementOffer
 

Methods in org.ogf.graap.wsag.samples.actions with parameters of type AgreementOffer
 Agreement SampleCreateAgreementAction.createAgreement(AgreementOffer offer)
          Compatibility method to support old agreement actions.
 

Constructors in org.ogf.graap.wsag.samples.actions with parameters of type AgreementOffer
SampleAgreement(AgreementOffer offer)
          Creates a (monitored) agreement for the given offer.
 

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

Methods in org.ogf.graap.wsag.samples.pendingagreement with parameters of type AgreementOffer
 Agreement CreatePendingAgreementAction.createAgreement(AgreementOffer offer)
          Example for a long lasting agreement creation process.
 Agreement CreatePendingAgreementWithNotificationAction.createAgreement(AgreementOffer offer, Map<String,Object> invocationCtx)
          Example for a long lasting agreement creation process.
 

Constructors in org.ogf.graap.wsag.samples.pendingagreement with parameters of type AgreementOffer
PendingAgreement(AgreementOffer offer)
          creates a pending agreement for an offer.
 

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

Methods in org.ogf.graap.wsag.samples.site with parameters of type AgreementOffer
 Agreement ExampleCreateAgreementAction.createAgreement(AgreementOffer offer)
          The createAgreement() method is invoked when an offer was received that is based on the template associated with this action.
 

Constructors in org.ogf.graap.wsag.samples.site with parameters of type AgreementOffer
ExampleAgreement(AgreementOffer offer)
          Creates an new agreement instance based on an agreement offer.
 

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

Methods in org.ogf.graap.wsag.server.actions with parameters of type AgreementOffer
 Agreement AbstractCreateAgreementAction.createAgreement(AgreementOffer offer)
          Compatibility method to support old agreement actions.
 Agreement ICreateAgreementAction.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Creates a new agreement based on an offer.
 Agreement AbstractCreateAgreementAction.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Creates a new agreement based on an offer.
 

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

Methods in org.ogf.graap.wsag.server.actions.impl with parameters of type AgreementOffer
 Agreement AgreementFactoryAction.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Invokes the create agreement strategy implemented by the ICreateAgreementAction which is set for this action
 

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

Methods in org.ogf.graap.wsag.server.api.impl with parameters of type AgreementOffer
 Agreement AgreementFactoryFacade.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Creates a new agreement based on an offer.
 Agreement AgreementFactoryFacade.createPendingAgreement(AgreementOffer offer, PendingAgreementListener listener, Map<String,Object> context)
          Creates a new pending agreement based on an offer.
 

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

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

Methods in org.ogf.graap.wsag.server.engine with parameters of type AgreementOffer
 Agreement GenericAgreementFactory.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Creates a new agreement based on an offer.
 Agreement GenericAgreementFactory.createPendingAgreement(AgreementOffer offer, PendingAgreementListener listener, Map<String,Object> context)
           
 boolean TemplateValidator.validate(AgreementOffer offer, AgreementTemplateType template)
          Validates an agreement offer against a template.
 boolean TemplateValidator.validate(AgreementOffer offer, AgreementTemplateType template, StringBuffer error)
          Validates an agreement offer against a template.
 

Uses of AgreementOffer in org.ogf.graap.wsag.server.monitoring
 

Constructors in org.ogf.graap.wsag.server.monitoring with parameters of type AgreementOffer
SimpleMonitoredAgreement(AgreementOffer offer, AgreementTerminationHandler terminationHandler)
          Creates a simple monitored agreement implementation that invokes the AgreementTerminationHandler when the agreement's terminate method is called. the termination handler implements the domain specific logic to terminate this particular agreement instance.
 

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

Methods in org.ogf.graap.wsag.server.persistence.impl with parameters of type AgreementOffer
 Agreement AbstractPersistentAgreementFactory.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Creates a new agreement instance.
 Agreement AbstractPersistentAgreementFactory.createPendingAgreement(AgreementOffer offer, PendingAgreementListener listener, Map<String,Object> context)
           
 

Uses of AgreementOffer in org.ogf.graap.wsag.wsrf.impl
 

Methods in org.ogf.graap.wsag.wsrf.impl with parameters of type AgreementOffer
protected  Agreement AgreementFactoryCapability.createPendingAgreementImpl(AgreementOffer offer, AgreementAcceptanceClient acceptanceClient, AgreementWsResource agreementResource)
          Creates a new pending agreement instance.
 

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

Methods in org.ogf.graap.wsag.wsrf.persistence with parameters of type AgreementOffer
 Agreement WsDatabaseAgreementFactory.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Creates a new agreement based on an offer.
 Agreement WsDatabaseAgreementFactory.createPendingAgreement(AgreementOffer offer, PendingAgreementListener listener, Map<String,Object> context)
          Creates a new pending agreement based on an offer.
 



Copyright © 2008-2012. All Rights Reserved.