|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodCall | |
org.javagroups.blocks | |
org.javagroups.stack |
Uses of MethodCall in org.javagroups.blocks |
Methods in org.javagroups.blocks with parameters of type MethodCall | |
RspList |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout)
|
void |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
long req_id,
MethodCall method_call,
RspCollector coll)
Calls the remote methods in a number of receivers and returns the results asynchronously via the RspCollector interface. |
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout)
|
Uses of MethodCall in org.javagroups.stack |
Methods in org.javagroups.stack with parameters of type MethodCall | |
RspList |
RpcProtocol.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout)
|
java.lang.Object |
RpcProtocol.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |