Uses of Class
org.jgroups.blocks.MethodCall

Packages that use MethodCall
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
 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)
           
 



Copyright ? 1998-2008 Bela Ban. All Rights Reserved.