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.sla   
org.ogf.graap.wsag.api.types   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
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)
          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, EndpointReferenceType acceptanceEPR)
          Creates a pending agreement instance.
 

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.impl
 

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

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

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

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

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

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)
          Creates a new agreement based on an offer.
 Agreement SampleAgreementFactory.createAgreement(AgreementOffer offer)
          Deprecated. Creates a new agreement based on an offer.
 Agreement Sample2CreateAgreementAction.createAgreement(AgreementOffer offer)
          Creates a new agreement based on an offer.
 Agreement Sample1CreateAgreementAction.createAgreement(AgreementOffer offer)
          Creates a new agreement based on an offer.
 

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)
          Creates a new agreement based on an offer.
 

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 CreatePendingAgreementWithNotificationAction.createAgreement(AgreementOffer offer)
          Example for a long lasting agreement creation process.
 Agreement CreatePendingAgreementAction.createAgreement(AgreementOffer offer)
          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 ICreateAgreementAction.createAgreement(AgreementOffer offer)
          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)
          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)
          Creates a new agreement based on 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)
          Creates a new agreement based on an offer.
 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)
          Creates a new agreement instance.
 

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)
          Creates a new pending agreement instance.
 

Constructors in org.ogf.graap.wsag.wsrf.impl with parameters of type AgreementOffer
PendingAgreementFacade(AgreementOffer offer, AgreementFactory factory, AgreementAcceptanceClient client)
          Implementation of a pending agreement facade.
PendingAgreementImpl(AgreementOffer offer)
          Creates a pending agreement for an offer.
 

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)
          Creates a new agreement based on an offer.
 



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