Uses of Class
org.jgroups.blocks.MethodCall
-
Packages that use MethodCall Package Description org.jgroups.blocks Provides building blocks that are layered on top of channels. -
-
Uses of MethodCall in org.jgroups.blocks
Methods in org.jgroups.blocks with parameters of type MethodCall Modifier and Type Method Description java.lang.Object
RpcDispatcher. callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
java.lang.Object
RpcDispatcher. callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout, boolean oob)
RspList
RpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout)
RspList
RpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting)
RspList
RpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob)
RspList
RpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob, RspFilter filter)
-