Uses of Class
org.ogf.graap.wsag.api.exceptions.AgreementFactoryException

Packages that use AgreementFactoryException
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.exceptions   
org.ogf.graap.wsag.api.rest   
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.persistence.impl   
org.ogf.graap.wsag.server.rest   
org.ogf.graap.wsag.wsrf.faults   
org.ogf.graap.wsag.wsrf.impl   
org.ogf.graap.wsag.wsrf.persistence   
 

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

Methods in org.ogf.graap.wsag.api that throw AgreementFactoryException
 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 AgreementFactoryException in org.ogf.graap.wsag.api.exceptions
 

Subclasses of AgreementFactoryException in org.ogf.graap.wsag.api.exceptions
 class AgreementCreationException
          AgreementCreationException
 class CreationConstraintsViolationException
          CreationConstraintsViolationException
 

Uses of AgreementFactoryException in org.ogf.graap.wsag.api.rest
 

Methods in org.ogf.graap.wsag.api.rest that throw AgreementFactoryException
 URI RestAgreementFactory.createAgreement(CreateAgreementInputDocument input)
          Creates a new agreement with the factory resource.
 URI RestAgreementFactory.createPendingAgreement(CreatePendingAgreementInputDocument input)
          Creates a new agreement with the factory resource in an asynchronous way.
 

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

Methods in org.ogf.graap.wsag.client.api that throw AgreementFactoryException
 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 AgreementFactoryException in org.ogf.graap.wsag.client.api.impl
 

Methods in org.ogf.graap.wsag.client.api.impl that throw AgreementFactoryException
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 AgreementFactoryException in org.ogf.graap.wsag.client.api.local
 

Methods in org.ogf.graap.wsag.client.api.local that throw AgreementFactoryException
 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 AgreementFactoryException in org.ogf.graap.wsag.client.rest
 

Methods in org.ogf.graap.wsag.client.rest that throw AgreementFactoryException
 AgreementClient RestAgreementFactoryClient.createAgreement(AgreementOffer offer)
           
 AgreementClient RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
           
 AgreementClient RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
           
 

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

Methods in org.ogf.graap.wsag.client.wsrf that throw AgreementFactoryException
 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 AgreementFactoryException in org.ogf.graap.wsag.client.wsrf.impl
 

Methods in org.ogf.graap.wsag.client.wsrf.impl that throw AgreementFactoryException
 AgreementClient WsrfAgreementFactoryService.createAgreement(AgreementOffer offer)
          
 AgreementClient WsrfAgreementFactoryService.createPendingAgreement(AgreementOffer offer)
          
 AgreementClient WsrfAgreementFactoryService.createPendingAgreement(AgreementOffer offer, EndpointReferenceType acceptanceEPR)
          
 

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

Methods in org.ogf.graap.wsag.samples that throw AgreementFactoryException
 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.  
 

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

Methods in org.ogf.graap.wsag.samples.actions that throw AgreementFactoryException
 Agreement SampleCreateAgreementAction.createAgreement(AgreementOffer offer)
          Compatibility method to support old agreement actions.
 

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

Methods in org.ogf.graap.wsag.samples.pendingagreement that throw AgreementFactoryException
 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.
 

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

Methods in org.ogf.graap.wsag.samples.site that throw AgreementFactoryException
 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.
 

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

Methods in org.ogf.graap.wsag.server.actions that throw AgreementFactoryException
 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 AgreementFactoryException in org.ogf.graap.wsag.server.actions.impl
 

Methods in org.ogf.graap.wsag.server.actions.impl that throw AgreementFactoryException
 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 AgreementFactoryException in org.ogf.graap.wsag.server.api.impl
 

Methods in org.ogf.graap.wsag.server.api.impl that throw AgreementFactoryException
 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.
 

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

Methods in org.ogf.graap.wsag.server.engine that throw AgreementFactoryException
 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)
           
 

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

Methods in org.ogf.graap.wsag.server.persistence.impl that throw AgreementFactoryException
 Agreement AbstractPersistentAgreementFactory.createAgreement(AgreementOffer offer, Map<String,Object> context)
          Creates a new agreement instance.
static PersistentAgreementContainer PersistentAgreementContainer.createContainer(Agreement agreement, String factoryId)
          Creates a new persistent container that stores the agreement properties document and the agreement execution context.
 Agreement AbstractPersistentAgreementFactory.createPendingAgreement(AgreementOffer offer, PendingAgreementListener listener, Map<String,Object> context)
           
 void PersistentAgreementContainer.deleteContainer()
          Deletes this container instance.
static DatabasePersistentAgreement DatabasePersistentAgreement.insertAgreement(Agreement agreement, String agreementFactoryId)
          Inserts an agreement in the database.
static PersistentAgreementContainer[] PersistentAgreementContainer.listContainers()
          Creates a list of all persistent agreement containers.
static PersistentAgreementContainer[] PersistentAgreementContainer.listContainers(String agreementFactoryId)
          Lists all persistent agreement containers for a given factory
static PersistentAgreementContainer PersistentAgreementContainer.loadContainer(String agreementId)
          Loads a persistent container for the given agreement id and agreement factory id.
static PersistentAgreementContainer PersistentAgreementContainer.loadContainer(String agreementId, String agreementFactoryId)
          Loads a persistent container for the given agreement id and agreement factory id.
 void PersistentAgreementContainer.saveContainer()
          Save the container instance.
 

Uses of AgreementFactoryException in org.ogf.graap.wsag.server.rest
 

Methods in org.ogf.graap.wsag.server.rest that throw AgreementFactoryException
 URI RestAgreementFactoryFacade.createAgreement(CreateAgreementInputDocument input)
           
 URI RestAgreementFactoryFacade.createPendingAgreement(CreatePendingAgreementInputDocument input)
           
 

Uses of AgreementFactoryException in org.ogf.graap.wsag.wsrf.faults
 

Constructors in org.ogf.graap.wsag.wsrf.faults with parameters of type AgreementFactoryException
AgreementFactoryFault(AgreementFactoryException throwable)
           
 

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

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

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

Methods in org.ogf.graap.wsag.wsrf.persistence that throw AgreementFactoryException
 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.