|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MethodCall | |
org.jgroups.blocks | Provides building blocks that are layered on top of channels. |
org.jgroups.stack | Support for managing protocol stacks. |
Uses of MethodCall in org.jgroups.blocks |
Methods in org.jgroups.blocks with parameters of type MethodCall | |
RspList |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout)
|
java.lang.Object |
RpcDispatcher.callRemoteMethod(Address dest,
MethodCall method_call,
int mode,
long timeout)
|
Uses of MethodCall in org.jgroups.stack |
Methods in org.jgroups.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 |