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

Packages that use ResourceUnavailableException
org.ogf.graap.wsag.api.client   
org.ogf.graap.wsag.client.impl   
org.ogf.graap.wsag.client.local   
org.ogf.graap.wsag.client.remote   
org.ogf.graap.wsag.wsrf   
org.ogf.graap.wsag.wsrf.impl   
 

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

Methods in org.ogf.graap.wsag.api.client that throw ResourceUnavailableException
 void NegotiationService.advertise(NegotiationOfferType[] offers)
          Advertises a set of negotiation offers.
 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.
 void NegotiationService.destroy()
          Destroys this web service object.
 void AgreementService.destroy()
          Destroys agreement instance.
 String AgreementService.getAgreementId()
          Returns the id of the agreement instance.
 AgreementContextType AgreementService.getContext()
          Returns the context of the agreement instance.
 GuaranteeTermStateType AgreementClient.getGuaranteeTermState(String name)
          Returns the guarantee term with the given name.
 GuaranteeTermStateType[] AgreementService.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 String AgreementService.getName()
          Returns the name of the agreement instance.
 AgreementTemplateType[] NegotiationService.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 NegotiationContextType NegotiationService.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationOfferType NegotiationClient.getNegotiationOffer(String offerID)
          Returns the Negotiation Offer with the given offer id
 NegotiationOfferType[] NegotiationService.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 String WSDMResource.getResourceId()
          Returns the WSDM id of a web-service resource.
 ServiceTermStateType AgreementClient.getServiceTermState(String name)
          Returns the service description term with the given name.
 ServiceTermStateType[] AgreementService.getServiceTermStates()
          Returns the state for the individual service terms of the agreement instance.
 AgreementStateType AgreementService.getState()
          Returns the state of the agreement instance.
 AgreementTemplateType AgreementFactoryClient.getTemplate(String name, String id)
          Returns a template with a particular name and id from the server, or null if the requested template does not exist.
 AgreementTemplateType[] AgreementFactoryService.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 TermTreeType AgreementService.getTerms()
          Returns the terms of the agreement instance.
 NegotiationClient AgreementFactoryService.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 AgreementFactoryClient[] AgreementFactoryRegistryClient.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 AgreementClient[] AgreementRegistryService.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 NegotiationOfferType[] NegotiationService.negotiate(NegotiationOfferType[] offers)
          Negotiates a set of agreement offers.
 void NegotiationService.terminate()
          Terminates a negotiation process.
 void NegotiationClient.terminate()
          Terminates a negotiation.
 void AgreementClient.terminate()
          Terminates an agreement.
 void AgreementService.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.client.impl
 

Methods in org.ogf.graap.wsag.client.impl that throw ResourceUnavailableException
 void NegotiationClientImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
 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.
 void NegotiationClientImpl.destroy()
          Destroys this web service object.
 void AgreementImpl.destroy()
          Destroys agreement instance.
 String AgreementImpl.getAgreementId()
          Returns the id of the agreement instance.
 AgreementContextType AgreementImpl.getContext()
          Returns the context of the agreement instance.
 GuaranteeTermStateType AgreementImpl.getGuaranteeTermState(String name)
          Returns the guarantee term with the given name.
 GuaranteeTermStateType[] AgreementImpl.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 String AgreementImpl.getName()
          Returns the name of the agreement instance.
 AgreementTemplateType[] NegotiationClientImpl.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 NegotiationContextType NegotiationClientImpl.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationOfferType NegotiationClientImpl.getNegotiationOffer(String offerID)
          Returns the Negotiation Offer with the given offer id
 NegotiationOfferType[] NegotiationClientImpl.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 String AgreementFactoryFacade.getResourceId()
          Returns the WSDM id of a web-service resource.
 ServiceTermStateType AgreementImpl.getServiceTermState(String name)
          Returns the service description term with the given name.
 ServiceTermStateType[] AgreementImpl.getServiceTermStates()
          Returns the state for the individual service terms of the agreement instance.
 AgreementStateType AgreementImpl.getState()
          Returns the state of the agreement instance.
 AgreementTemplateType AgreementFactoryFacade.getTemplate(String name, String id)
           
 AgreementTemplateType[] AgreementFactoryFacade.getTemplates()
          Returns the templates supported by this factory.
 TermTreeType AgreementImpl.getTerms()
          Returns the terms of the agreement instance.
 NegotiationClient AgreementFactoryFacade.initiateNegotiation(NegotiationContextType context)
          Initiates a Negotiation.
 AgreementClient[] AgreementFactoryFacade.listAgreements()
          Lists all agreements of this factory.
 NegotiationOfferType[] NegotiationClientImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 void NegotiationClientImpl.terminate()
          Terminates a negotiation.
 void AgreementImpl.terminate()
          Terminates an agreement.
 void AgreementImpl.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.local that throw ResourceUnavailableException
 void LocalNegotiationServiceImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
 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.
 void LocalNegotiationServiceImpl.destroy()
          Destroys this web service object.
 void LocalAgreementServiceImpl.destroy()
          Destroys agreement instance.
 String LocalAgreementServiceImpl.getAgreementId()
          Returns the id of the agreement instance.
 AgreementContextType LocalAgreementServiceImpl.getContext()
          Returns the context of the agreement instance.
 GuaranteeTermStateType[] LocalAgreementServiceImpl.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 String LocalAgreementServiceImpl.getName()
          Returns the name of the agreement instance.
 AgreementTemplateType[] LocalNegotiationServiceImpl.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 NegotiationContextType LocalNegotiationServiceImpl.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationOfferType[] LocalNegotiationServiceImpl.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 String LocalAgreementFactoryServiceImpl.getResourceId()
          Returns the WSDM id of a web-service resource.
 String LocalAgreementFactoryClientImpl.getResourceId()
          Returns the WSDM id of a web-service resource.
 ServiceTermStateType[] LocalAgreementServiceImpl.getServiceTermStates()
          Returns the state for the individual service terms of the agreement instance.
 AgreementStateType LocalAgreementServiceImpl.getState()
          Returns the state of the agreement instance.
 AgreementTemplateType LocalAgreementFactoryClientImpl.getTemplate(String name, String id)
          Returns a template with a particular name and id from the server, or null if the requested template does not exist.
 AgreementTemplateType[] LocalAgreementFactoryServiceImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 AgreementTemplateType[] LocalAgreementFactoryClientImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 TermTreeType LocalAgreementServiceImpl.getTerms()
          Returns the terms of the agreement instance.
 NegotiationClient LocalAgreementFactoryServiceImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 NegotiationClient LocalAgreementFactoryClientImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 AgreementClient[] LocalAgreementFactoryRegistryImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 AgreementClient[] LocalAgreementFactoryClientImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 NegotiationOfferType[] LocalNegotiationServiceImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 void LocalNegotiationServiceImpl.terminate()
          Terminates a negotiation process.
 void LocalAgreementServiceImpl.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

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

Methods in org.ogf.graap.wsag.client.remote that throw ResourceUnavailableException
 void RemoteNegotiationServiceImpl.advertise(NegotiationOfferType[] quotes)
          Advertises a set of negotiation offers.
 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.
 void RemoteNegotiationServiceImpl.destroy()
          Destroys this web service object.
 void RemoteAgreementServiceImpl.destroy()
          Destroys agreement instance.
 String RemoteAgreementServiceImpl.getAgreementId()
          Returns the id of the agreement instance.
 AgreementContextType RemoteAgreementServiceImpl.getContext()
          Returns the context of the agreement instance.
 GuaranteeTermStateType[] RemoteAgreementServiceImpl.getGuaranteeTermStates()
          Returns the state for the individual guarantee terms of the agreement instance.
 String RemoteAgreementServiceImpl.getName()
          Returns the name of the agreement instance.
 AgreementTemplateType[] RemoteNegotiationServiceImpl.getNegotiableTemplates()
          A negotiation instance supports zero or more templates that can be used to create negotiation offers.
 NegotiationContextType RemoteNegotiationServiceImpl.getNegotiationContext()
          Returns the context of this negotiation process.
 NegotiationOfferType[] RemoteNegotiationServiceImpl.getNegotiationOffers()
          Returns a history of exchanged offers in this negotiation process.
 String RemoteAgreementFactoryServiceImpl.getResourceId()
          Returns the WSDM id of a web-service resource.
 String RemoteAgreementFactoryClientImpl.getResourceId()
          Returns the WSDM id of a web-service resource.
 ServiceTermStateType[] RemoteAgreementServiceImpl.getServiceTermStates()
          Returns the state for the individual service terms of the agreement instance.
 AgreementStateType RemoteAgreementServiceImpl.getState()
          Returns the state of the agreement instance.
 AgreementTemplateType RemoteAgreementFactoryClientImpl.getTemplate(String name, String id)
           
 AgreementTemplateType[] RemoteAgreementFactoryServiceImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 AgreementTemplateType[] RemoteAgreementFactoryClientImpl.getTemplates()
          Retrieves the templates for supported SLAs from the SLA management system.
 TermTreeType RemoteAgreementServiceImpl.getTerms()
          Returns the terms of the agreement instance.
 NegotiationClient RemoteAgreementFactoryServiceImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process.
 NegotiationClient RemoteAgreementFactoryClientImpl.initiateNegotiation(NegotiationContextType context)
          Initiates a new negotiation process with the given context.
 NegotiationClient RemoteAgreementFactoryServiceImpl.initiateNegotiation(NegotiationContextType context, EndpointReferenceType initiatorEPR)
          Initiates a new negotiation process with a wsag4j server.
 AgreementFactoryClient[] RemoteAgreementFactoryRegistryServiceImpl.listAgreementFactories()
          Lists all agreement factories at the given endpoint.
 AgreementClient[] RemoteAgreementRegistryServiceImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 AgreementClient[] RemoteAgreementFactoryClientImpl.listAgreements()
          Lists the agreement instances of a particular agreement factory.
 NegotiationOfferType[] RemoteNegotiationServiceImpl.negotiate(NegotiationOfferType[] quotes)
          Negotiates a set of agreement offers.
 void RemoteNegotiationServiceImpl.terminate()
          Terminates a negotiation process.
 void RemoteAgreementServiceImpl.terminate(TerminateInputType reason)
          Terminates the agreement instance.
 

Uses of ResourceUnavailableException in org.ogf.graap.wsag.wsrf
 

Methods in org.ogf.graap.wsag.wsrf that throw ResourceUnavailableException
 void AgreementAcceptanceClient.accept()
          Sends an accept notification to the initiator.
 void AgreementAcceptanceClient.reject()
          Sends an reject notification to the initiator.
 

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

Methods in org.ogf.graap.wsag.wsrf.impl that throw ResourceUnavailableException
 void RemoteAgreementAcceptanceClientImpl.accept()
          Sends an accept notification to the initiator.
protected  Agreement AgreementFactoryCapability.createPendingAgreementImpl(AgreementOffer offer, AgreementAcceptanceClient acceptanceClient)
          Creates a new pending agreement instance.
 void RemoteAgreementAcceptanceClientImpl.reject()
          Sends an reject notification to the initiator.
 



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