|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Invocation
An Invocation
represents a remote method invocation,
which may be handled synchronously or asynchrounously by an
InvocationHandler
.
InvocationHandler
,
Request
,
Response
Method Summary | |
---|---|
Caller |
getCaller()
Returns the caller performing the invocation. |
Request |
getRequest()
Returns the request. |
void |
setResponse(Response response)
Sets the result of the invocation. |
Method Detail |
---|
Request getRequest() throws java.lang.Throwable
java.lang.Throwable
- for any errorCaller getCaller()
void setResponse(Response response)
response
- the result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |