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

Packages that use AgreementFactoryException
org.ogf.graap.wsag.api   
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.api.exceptions   
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.persistence.impl   
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)
          Creates a new agreement based on an offer.
 

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

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

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

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

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

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

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

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

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

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

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



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