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

Packages that use ResourceUnavailableException
org.ogf.graap.wsag.api.client   
 

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, org.w3.x2005.x08.addressing.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.
 



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