|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface NegotiationClient
NegotiationClient
Method Summary | |
---|---|
NegotiationClient |
clone()
Returns a copy of the client. |
NegotiationOfferType |
getNegotiationOffer(String offerID)
Returns the Negotiation Offer with the given offer id |
void |
terminate()
Terminates a negotiation. |
Methods inherited from interface org.ogf.graap.wsag.api.client.WsClient |
---|
getEndpoint, getProperties, getSecurityProperties, isUsingTrace, setProperties, setTrace |
Methods inherited from interface org.ogf.graap.wsag.api.client.NegotiationService |
---|
advertise, destroy, getNegotiableTemplates, getNegotiationContext, getNegotiationOffers, getWebServiceClient, negotiate |
Method Detail |
---|
NegotiationOfferType getNegotiationOffer(String offerID) throws ResourceUnknownException, ResourceUnavailableException
offerID
- the offerID of the negotiation offer to retrieve
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailablevoid terminate() throws ResourceUnknownException, ResourceUnavailableException
terminate
in interface NegotiationService
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailableNegotiationClient clone() throws CloneNotSupportedException
CloneNotSupportedException
- indicates that a particular client implementation does not support cloning
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |