public static interface RemoteService.RemoteServiceInvocationChain
| Modifier and Type | Method and Description |
|---|---|
RemoteService.RemoteServiceInvocationChain |
appendInvocation(java.lang.String method,
java.lang.Object... parameters)
Append a new invocation to the current chain of invocations
|
ResponseMessageFuture |
invoke()
Execute the chain of invocations
|
RemoteService.RemoteServiceInvocationChain appendInvocation(java.lang.String method, java.lang.Object... parameters)
method - remote method nameparameters - arguments to sendResponseMessageFuture invoke()