|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AgreementClient
AgreementClient
Method Summary | |
---|---|
AgreementClient |
clone()
Returns a copy of the client. |
GuaranteeTermStateType |
getGuaranteeTermState(String name)
Returns the guarantee term with the given name. |
ServiceTermStateType |
getServiceTermState(String name)
Returns the service description term with the given name. |
void |
terminate()
Terminates an agreement. |
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.AgreementService |
---|
destroy, getAgreementId, getContext, getGuaranteeTermStates, getName, getServiceTermStates, getState, getTerms, getWebServiceClient, terminate |
Method Detail |
---|
ServiceTermStateType getServiceTermState(String name) throws ResourceUnknownException, ResourceUnavailableException
name
- the name of the service description term to retrieve
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailableGuaranteeTermStateType getGuaranteeTermState(String name) throws ResourceUnknownException, ResourceUnavailableException
name
- the name of the guarantee term to retrieve
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailablevoid terminate() throws ResourceUnknownException, ResourceUnavailableException
ResourceUnknownException
- the remote resource is unknown
ResourceUnavailableException
- the remote resource is unavailableAgreementClient clone() throws CloneNotSupportedException
CloneNotSupportedException
- indicates that the client implementation does not support cloning
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |