|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface RemoteApis.RaProcessControl
It is for RA Process Control APIs.
| Method Summary | |
|---|---|
void |
call()
Call. |
PcPrimitive |
getRequest()
Gets the Request (primitive). |
PcPrimitive |
getResponse()
Gets the response. |
long |
getToken()
Get the token. |
void |
receiveAnyResponse()
Receive any response. |
void |
receiveAnyResponse(long msTimeOut)
Receive any response. |
void |
receiveResponse()
Receive response. |
void |
receiveResponse(long msTimeOut)
Receive the response. |
void |
sendRequest()
Send request. |
void |
setRequest(PcPrimitive request)
Set the request. |
void |
setResponse(PcPrimitive response)
Sets the response. |
void |
setToken(long token)
Sets the token. |
| Method Detail |
|---|
void call()
throws SAGApplicationException
Input : Request Output: Response
SAGApplicationException - upon error.
void sendRequest()
throws SAGApplicationException
SAGApplicationException - upon error.
void receiveAnyResponse()
throws SAGApplicationException
Input : None Output: Response, Token
SAGApplicationException - upon error.
void receiveResponse()
throws SAGApplicationException
SAGApplicationException - upon error.
void receiveAnyResponse(long msTimeOut)
throws SAGApplicationException
Input : None Output: Response, Token
msTimeOut -
SAGApplicationException - upon error.
void receiveResponse(long msTimeOut)
throws SAGApplicationException
Input : Token Output: Response
msTimeOut -
SAGApplicationException - upon error.long getToken()
long - Returns token.
PcPrimitive getRequest()
Primitive - Returns .
PcPrimitive getResponse()
Primitive - Returns .
void setRequest(PcPrimitive request)
throws SAGApplicationException
request -
SAGApplicationException - upon error.
void setResponse(PcPrimitive response)
throws SAGApplicationException
response -
SAGApplicationException - upon error.
void setToken(long token)
throws SAGApplicationException
token -
SAGApplicationException - upon error.
|
Sun Adapter for SAG API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||