Uses of Interface
com.opencloud.rhino.facilities.message.RemoteResult
- 
Packages that use RemoteResult Package Description com.opencloud.rhino.facilities.message  - 
- 
Uses of RemoteResult in com.opencloud.rhino.facilities.message
Methods in com.opencloud.rhino.facilities.message that return RemoteResult Modifier and Type Method Description RemoteResult<?>[]MessageSender. sendRequest(byte[] payload, boolean synchronous)Sends the given request to the same resource adaptor entity on all nodes in the cluster, including the sending node.RemoteResult<?>MessageSender. sendRequest(int destinationNode, byte[] payload, boolean synchronous)Sends the given request to the same resource adaptor entity on the given destination node. 
 -