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 call)
          Deprecated. 
 java.lang.Object RpcDispatcher.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout)
          Deprecated. 
 java.lang.Object RpcDispatcher.callRemoteMethod(Address dest, MethodCall method_call, int mode, long timeout, boolean oob)
          Deprecated. 
 java.lang.Object RpcDispatcher.callRemoteMethod(Address dest, MethodCall call, RequestOptions options)
           
 RspList RpcDispatcher.callRemoteMethods(java.util.Collection<Address> dests, MethodCall method_call, RequestOptions options)
          Invokes a method in all members contained in dests (or all members if dests is null).
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector<Address> dests, MethodCall method_call, int mode, long timeout)
          Deprecated. 
 NotifyingFuture<RspList> RpcDispatcher.callRemoteMethodsWithFuture(java.util.Collection<Address> dests, MethodCall method_call, RequestOptions options)
           
 NotifyingFuture<RspList> RpcDispatcher.callRemoteMethodsWithFuture(java.util.Vector<Address> dests, MethodCall method_call)
          Deprecated. 
 NotifyingFuture<RspList> RpcDispatcher.callRemoteMethodsWithFuture(java.util.Vector<Address> dests, MethodCall method_call, int mode, long timeout, boolean use_anycasting, boolean oob, RspFilter filter)
          Deprecated. 
<T> NotifyingFuture<T>
RpcDispatcher.callRemoteMethodWithFuture(Address dest, MethodCall call)
          Deprecated. 
<T> NotifyingFuture<T>
RpcDispatcher.callRemoteMethodWithFuture(Address dest, MethodCall method_call, int mode, long timeout, boolean oob)
          Deprecated. 
<T> NotifyingFuture<T>
RpcDispatcher.callRemoteMethodWithFuture(Address dest, MethodCall call, RequestOptions options)
           
 



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.