Uses of Class
org.jgroups.blocks.MethodCall
Packages that use MethodCall
Package
Description
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 MethodCallModifier and TypeMethodDescriptionRpcDispatcher.callRemoteMethod
(Address dest, MethodCall method_call, int mode, long timeout) RpcDispatcher.callRemoteMethod
(Address dest, MethodCall method_call, int mode, long timeout, boolean oob) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob) RpcDispatcher.callRemoteMethods
(Vector dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob, RspFilter filter)