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.ObjectRpcDispatcher. callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)java.lang.ObjectRpcDispatcher. callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout, boolean oob)RspListRpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout)RspListRpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting)RspListRpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob)RspListRpcDispatcher. callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob, RspFilter filter)
-