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
<T> T
RpcDispatcher.callRemoteMethod(Address dest, MethodCall call, RequestOptions options)
          Invokes a method in a cluster member and - if blocking - returns the result
<T> RspList<T>
RpcDispatcher.callRemoteMethods(java.util.Collection<Address> dests, MethodCall method_call, RequestOptions options)
          Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).
<T> NotifyingFuture<RspList<T>>
RpcDispatcher.callRemoteMethodsWithFuture(java.util.Collection<Address> dests, MethodCall method_call, RequestOptions options)
          Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).
<T> NotifyingFuture<T>
RpcDispatcher.callRemoteMethodWithFuture(Address dest, MethodCall call, RequestOptions options)
          Invokes a method in a cluster member and - if blocking - returns the result
 



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