|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceUnknownException | |
---|---|
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.server.rest | |
org.ogf.graap.wsag.server.rest.acceptance | |
org.ogf.graap.wsag.wsrf.impl |
Uses of ResourceUnknownException in org.ogf.graap.wsag.api.rest |
---|
Methods in org.ogf.graap.wsag.api.rest that throw ResourceUnknownException | |
---|---|
void |
RestAcceptanceEndpoint.accept(AcceptAgreementInputDocument input)
Publishes an agreement acceptance message to the acceptance endpoint. |
void |
RestNegotiation.advertise(AdvertiseInputDocument offers)
Advertises a set of negotiation offers. |
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. |
void |
RestNegotiation.destroy()
Destroys the agreement REST resource. |
void |
RestAgreement.destroy()
Destroys the agreement REST resource. |
void |
RestAcceptanceEndpoint.destroy()
Destroys an acceptance endpoint. |
String |
RestAgreement.getAgreementId()
Returns the id of the agreement REST resource. |
AgreementPropertiesDocument |
RestAgreement.getContext()
Returns the agreement context object of the REST resource. |
AgreementPropertiesDocument |
RestAgreement.getGuaranteeTermStates()
Returns the guarantee term states of the agreement REST resource. |
String |
RestAgreement.getName()
Returns the name of the agreement REST resource. |
NegotiationPropertiesDocument |
RestNegotiation.getNegotiableTemplates()
A negotiation instance supports zero or more templates that can be used to create negotiation offers. |
NegotiationPropertiesDocument |
RestNegotiation.getNegotiationContext()
Returns the context of this negotiation process. |
NegotiationPropertiesDocument |
RestNegotiation.getNegotiationOffers()
Returns a history of exchanged offers in this negotiation process. |
List<URI> |
RestAgreement.getOperations()
Returns the supported operations of the agreement REST resource. |
String |
RestAgreementFactory.getResourceId()
Returns the id of the factory resource. |
AgreementFactoryPropertiesDocument |
RestAgreementFactory.getResourceProperties()
Returns the agreement factory resource properties object for the REST resource. |
AgreementPropertiesDocument |
RestAgreement.getResourceProperties()
Returns the agreement resource properties object of the REST resource. |
AgreementPropertiesDocument |
RestAgreement.getServiceTermStates()
Returns the service term states of the agreement REST resource. |
AgreementPropertiesDocument |
RestAgreement.getState()
Returns the state of the agreement REST resource. |
AgreementFactoryPropertiesDocument |
RestAgreementFactory.getTemplates()
Returns the published templates for the factory resource. |
AgreementPropertiesDocument |
RestAgreement.getTerms()
Returns the of terms the agreement REST resource. |
URI |
RestAgreementFactory.initiateNegotiation(InitiateNegotiationInputDocument input)
Initiates a new negotiation process with the factory resource. |
List<URI> |
RestAgreementFactory.listAgreements()
Returns the list of agreements created by the factory resource. |
List<URI> |
RestAgreementFactoryRegistry.listFactoryReferences()
Returns the URI list of factory resources that exist at this endpoint. |
NegotiateOutputDocument |
RestNegotiation.negotiate(NegotiateInputDocument offers)
Negotiates a set of agreement offers. |
void |
RestAcceptanceEndpoint.reject(RejectAgreementInputDocument input)
Publishes an agreement rejection message to the acceptance endpoint. |
void |
RestNegotiation.terminate(TerminateInputDocument reason)
Terminates the agreement if permitted. |
void |
RestAgreement.terminate(TerminateInputDocument reason)
Terminates the agreement if permitted. |
Uses of ResourceUnknownException in org.ogf.graap.wsag.client.api |
---|
Methods in org.ogf.graap.wsag.client.api that throw ResourceUnknownException | |
---|---|
void |
AgreementAcceptanceClient.accept()
Sends an accept notification to the initiator. |
void |
NegotiationClient.advertise(NegotiationOfferType[] offers)
Advertises a set of negotiation offers. |
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. |
void |
NegotiationClient.destroy()
Destroys this web service object. |
void |
AgreementClient.destroy()
Destroys agreement instance. |
void |
AgreementAcceptanceClient.destroy()
Destroys the acceptance instance. |
String |
AgreementClient.getAgreementId()
Returns the id of the agreement instance. |
AgreementContextType |
AgreementClient.getContext()
Returns the context of the agreement instance. |
AgreementFactoryClient |
AgreementFactoryRegistryClient.getFactory(String resourceId)
Returns an AgreementFactoryClient for the factory with the given resource id or null if no
factory with that resource id exists. |
GuaranteeTermStateType |
AgreementClient.getGuaranteeTermState(String name)
Returns the guarantee term with the given name. |
GuaranteeTermStateType[] |
AgreementClient.getGuaranteeTermStates()
Returns the state for the individual guarantee terms of the agreement instance. |
String |
AgreementClient.getName()
Returns the name of the agreement instance. |
AgreementTemplateType[] |
NegotiationClient.getNegotiableTemplates()
A negotiation instance supports zero or more templates that can be used to create negotiation offers. |
NegotiationContextType |
NegotiationClient.getNegotiationContext()
Returns the context of this negotiation process. |
NegotiationOfferType |
NegotiationClient.getNegotiationOffer(String offerID)
Returns the Negotiation Offer with the given offer id |
NegotiationOfferType[] |
NegotiationClient.getNegotiationOffers()
Returns a history of exchanged offers in this negotiation process. |
String |
AgreementFactoryClient.getResourceId()
Returns the WSDM id of a web-service resource. |
AgreementFactoryPropertiesType |
AgreementFactoryClient.getResourceProperties()
Returns the resource properties of the agreement factory instance. |
AgreementPropertiesType |
AgreementClient.getResourceProperties()
Returns the resource properties of the agreement instance. |
ServiceTermStateType |
AgreementClient.getServiceTermState(String name)
Returns the service description term with the given name. |
ServiceTermStateType[] |
AgreementClient.getServiceTermStates()
Returns the state for the individual service terms of the agreement instance. |
AgreementStateType |
AgreementClient.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[] |
AgreementFactoryClient.getTemplates()
Retrieves the templates for supported SLAs from the SLA management system. |
TermTreeType |
AgreementClient.getTerms()
Returns the terms of the agreement instance. |
NegotiationClient |
AgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
Initiates a new negotiation process. |
AgreementFactoryClient[] |
AgreementFactoryRegistryClient.listAgreementFactories()
Lists all agreement factories at the given endpoint. |
AgreementClient[] |
AgreementFactoryClient.listAgreements()
Lists the agreement instances of a particular agreement factory. |
NegotiationOfferType[] |
NegotiationClient.negotiate(NegotiationOfferType[] offers)
Negotiates a set of agreement offers. |
void |
AgreementAcceptanceClient.reject()
Sends an reject notification to the initiator. |
void |
NegotiationClient.terminate()
Terminates a negotiation. |
void |
AgreementClient.terminate()
Terminates an agreement. |
void |
AgreementClient.terminate(TerminateInputType reason)
Terminates the agreement instance. |
Uses of ResourceUnknownException in org.ogf.graap.wsag.client.api.impl |
---|
Methods in org.ogf.graap.wsag.client.api.impl that throw ResourceUnknownException | |
---|---|
abstract void |
NegotiationClientImpl.advertise(NegotiationOfferType[] quotes)
Advertises a set of negotiation offers. |
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. |
abstract void |
NegotiationClientImpl.destroy()
Destroys this web service object. |
abstract void |
AgreementClientImpl.destroy()
Destroys agreement instance. |
abstract String |
AgreementClientImpl.getAgreementId()
Returns the id of the agreement instance. |
abstract AgreementContextType |
AgreementClientImpl.getContext()
Returns the context of the agreement instance. |
AgreementFactoryClient |
AbstractFactoryRegistryClient.getFactory(String resourceId)
|
GuaranteeTermStateType |
AgreementClientImpl.getGuaranteeTermState(String name)
Returns the guarantee term with the given name. |
abstract GuaranteeTermStateType[] |
AgreementClientImpl.getGuaranteeTermStates()
Returns the state for the individual guarantee terms of the agreement instance. |
abstract String |
AgreementClientImpl.getName()
Returns the name of the agreement instance. |
abstract AgreementTemplateType[] |
NegotiationClientImpl.getNegotiableTemplates()
A negotiation instance supports zero or more templates that can be used to create negotiation offers. |
abstract NegotiationContextType |
NegotiationClientImpl.getNegotiationContext()
Returns the context of this negotiation process. |
NegotiationOfferType |
NegotiationClientImpl.getNegotiationOffer(String offerID)
Returns the Negotiation Offer with the given offer id |
abstract NegotiationOfferType[] |
NegotiationClientImpl.getNegotiationOffers()
Returns a history of exchanged offers in this negotiation process. |
abstract String |
AbstractAgreementFactoryClient.getResourceId()
Returns the WSDM id of a web-service resource. |
abstract AgreementPropertiesType |
AgreementClientImpl.getResourceProperties()
Returns the resource properties of the agreement instance. |
abstract AgreementFactoryPropertiesType |
AbstractAgreementFactoryClient.getResourceProperties()
Returns the resource properties of the agreement factory instance. |
ServiceTermStateType |
AgreementClientImpl.getServiceTermState(String name)
Returns the service description term with the given name. |
abstract ServiceTermStateType[] |
AgreementClientImpl.getServiceTermStates()
Returns the state for the individual service terms of the agreement instance. |
abstract AgreementStateType |
AgreementClientImpl.getState()
Returns the state of the agreement instance. |
AgreementTemplateType |
AbstractAgreementFactoryClient.getTemplate(String name,
String id)
|
abstract AgreementTemplateType[] |
AbstractAgreementFactoryClient.getTemplates()
Returns the templates supported by this factory. |
abstract TermTreeType |
AgreementClientImpl.getTerms()
Returns the terms of the agreement instance. |
abstract NegotiationClient |
AbstractAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
Initiates a Negotiation. |
abstract AgreementClient[] |
AbstractAgreementFactoryClient.listAgreements()
Lists all agreements of this factory. |
abstract NegotiationOfferType[] |
NegotiationClientImpl.negotiate(NegotiationOfferType[] quotes)
Negotiates a set of agreement offers. |
abstract void |
NegotiationClientImpl.terminate()
Terminates a negotiation. |
void |
AgreementClientImpl.terminate()
Terminates an agreement. |
abstract void |
AgreementClientImpl.terminate(TerminateInputType reason)
Terminates the agreement instance. |
Uses of ResourceUnknownException in org.ogf.graap.wsag.client.api.local |
---|
Methods in org.ogf.graap.wsag.client.api.local that throw ResourceUnknownException | |
---|---|
void |
LocalNegotiationClient.advertise(NegotiationOfferType[] quotes)
|
void |
LocalNegotiationClient.destroy()
|
void |
LocalAgreementClient.destroy()
Destroys agreement instance. |
AgreementTemplateType[] |
LocalNegotiationClient.getNegotiableTemplates()
|
NegotiationContextType |
LocalNegotiationClient.getNegotiationContext()
|
NegotiationOfferType[] |
LocalNegotiationClient.getNegotiationOffers()
|
AgreementFactoryPropertiesType |
LocalAgreementFactoryClient.getResourceProperties()
|
AgreementPropertiesType |
LocalAgreementClient.getResourceProperties()
Returns the resource properties of the agreement instance. |
NegotiationOfferType[] |
LocalNegotiationClient.negotiate(NegotiationOfferType[] quotes)
|
void |
LocalNegotiationClient.terminate()
|
Uses of ResourceUnknownException in org.ogf.graap.wsag.client.rest |
---|
Methods in org.ogf.graap.wsag.client.rest that throw ResourceUnknownException | |
---|---|
void |
RestAgreementAcceptanceClient.accept()
|
void |
RestNegotiationClient.advertise(NegotiationOfferType[] quotes)
|
AgreementClient |
RestAgreementFactoryClient.createAgreement(AgreementOffer offer)
|
AgreementClient |
RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer)
|
AgreementClient |
RestAgreementFactoryClient.createPendingAgreement(AgreementOffer offer,
EndpointReferenceType acceptanceEPR)
|
void |
RestNegotiationClient.destroy()
|
void |
RestAgreementClient.destroy()
|
void |
RestAgreementAcceptanceClient.destroy()
|
String |
RestAgreementClient.getAgreementId()
|
AgreementContextType |
RestAgreementClient.getContext()
|
GuaranteeTermStateType[] |
RestAgreementClient.getGuaranteeTermStates()
|
String |
RestAgreementClient.getName()
|
AgreementTemplateType[] |
RestNegotiationClient.getNegotiableTemplates()
|
NegotiationContextType |
RestNegotiationClient.getNegotiationContext()
|
NegotiationOfferType[] |
RestNegotiationClient.getNegotiationOffers()
|
String |
RestAgreementFactoryClient.getResourceId()
|
AgreementFactoryPropertiesType |
RestAgreementFactoryClient.getResourceProperties()
|
AgreementPropertiesType |
RestAgreementClient.getResourceProperties()
|
ServiceTermStateType[] |
RestAgreementClient.getServiceTermStates()
|
AgreementStateType |
RestAgreementClient.getState()
|
AgreementTemplateType[] |
RestAgreementFactoryClient.getTemplates()
|
TermTreeType |
RestAgreementClient.getTerms()
|
NegotiationClient |
RestAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
|
AgreementFactoryClient[] |
RestAgreementFactoryRegistryClient.listAgreementFactories()
Lists all agreement factories at the given endpoint. |
AgreementClient[] |
RestAgreementFactoryClient.listAgreements()
|
NegotiationOfferType[] |
RestNegotiationClient.negotiate(NegotiationOfferType[] offers)
|
void |
RestAgreementAcceptanceClient.reject()
|
void |
RestNegotiationClient.terminate()
|
void |
RestAgreementClient.terminate(TerminateInputType reason)
|
Uses of ResourceUnknownException in org.ogf.graap.wsag.client.wsrf |
---|
Methods in org.ogf.graap.wsag.client.wsrf that throw ResourceUnknownException | |
---|---|
void |
WsrfAgreementAcceptanceClient.accept()
Sends an accept notification to the initiator. |
void |
WsrfNegotiationClient.advertise(NegotiationOfferType[] quotes)
|
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. |
void |
WsrfNegotiationClient.destroy()
|
void |
WsrfAgreementClient.destroy()
Destroys agreement instance. |
String |
WsrfAgreementClient.getAgreementId()
Returns the id of the agreement instance. |
AgreementContextType |
WsrfAgreementClient.getContext()
Returns the context of the agreement instance. |
AgreementFactoryClient |
WsrfAgreementFactoryRegistryClient.getFactory(String resourceId)
|
GuaranteeTermStateType |
WsrfAgreementClient.getGuaranteeTermState(String name)
Returns the guarantee term with the given name. |
GuaranteeTermStateType[] |
WsrfAgreementClient.getGuaranteeTermStates()
Returns the state for the individual guarantee terms of the agreement instance. |
String |
WsrfAgreementClient.getName()
Returns the name of the agreement instance. |
AgreementTemplateType[] |
WsrfNegotiationClient.getNegotiableTemplates()
|
NegotiationContextType |
WsrfNegotiationClient.getNegotiationContext()
|
NegotiationOfferType[] |
WsrfNegotiationClient.getNegotiationOffers()
|
String |
WsrfAgreementFactoryClient.getResourceId()
Returns the WSDM id of a web-service resource. |
AgreementFactoryPropertiesType |
WsrfAgreementFactoryClient.getResourceProperties()
Returns the resource properties of the agreement factory instance. |
AgreementPropertiesType |
WsrfAgreementClient.getResourceProperties()
Returns the resource properties of the agreement instance. |
ServiceTermStateType |
WsrfAgreementClient.getServiceTermState(String name)
Returns the service description term with the given name. |
ServiceTermStateType[] |
WsrfAgreementClient.getServiceTermStates()
Returns the state for the individual service terms of the agreement instance. |
AgreementStateType |
WsrfAgreementClient.getState()
Returns the state of the agreement instance. |
AgreementTemplateType |
WsrfAgreementFactoryClient.getTemplate(String name,
String id)
|
AgreementTemplateType[] |
WsrfAgreementFactoryClient.getTemplates()
Returns the templates supported by this factory. |
TermTreeType |
WsrfAgreementClient.getTerms()
Returns the terms of the agreement instance. |
NegotiationClient |
WsrfAgreementFactoryClient.initiateNegotiation(NegotiationContextType context)
Initiates a Negotiation. |
AgreementFactoryClient[] |
WsrfAgreementFactoryRegistryClient.listAgreementFactories()
Lists all agreement factories at the given endpoint. |
AgreementClient[] |
WsrfAgreementFactoryClient.listAgreements()
Lists all agreements of this factory. |
NegotiationOfferType[] |
WsrfNegotiationClient.negotiate(NegotiationOfferType[] quotes)
|
void |
WsrfAgreementAcceptanceClient.reject()
Sends an reject notification to the initiator. |
void |
WsrfNegotiationClient.terminate()
|
void |
WsrfAgreementClient.terminate()
Terminates an agreement. |
void |
WsrfAgreementClient.terminate(TerminateInputType reason)
Terminates the agreement instance. |
Uses of ResourceUnknownException in org.ogf.graap.wsag.client.wsrf.impl |
---|
Uses of ResourceUnknownException in org.ogf.graap.wsag.server.rest |
---|
Uses of ResourceUnknownException in org.ogf.graap.wsag.server.rest.acceptance |
---|
Methods in org.ogf.graap.wsag.server.rest.acceptance that throw ResourceUnknownException | |
---|---|
void |
RestAcceptanceEndpointFacade.destroy()
|
RestAcceptanceEndpoint |
RestAcceptanceRegistryFacade.getAcceptanceEndpoint(String acceptanceId)
Sub-resource locator for acceptance resources. |
Uses of ResourceUnknownException in org.ogf.graap.wsag.wsrf.impl |
---|
Methods in org.ogf.graap.wsag.wsrf.impl that throw ResourceUnknownException | |
---|---|
protected Agreement |
AgreementFactoryCapability.createPendingAgreementImpl(AgreementOffer offer,
AgreementAcceptanceClient acceptanceClient,
AgreementWsResource agreementResource)
Creates a new pending agreement instance. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |