Uses of Class
org.jgroups.util.RspList

Packages that use RspList
org.jgroups.blocks Provides building blocks that are layered on top of channels. 
 

Uses of RspList in org.jgroups.blocks
 

Methods in org.jgroups.blocks that return RspList
<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> RspList<T>
RpcDispatcher.callRemoteMethods(java.util.Collection<Address> dests, java.lang.String method_name, java.lang.Object[] args, java.lang.Class[] types, RequestOptions options)
          Invokes a method in all members and expects responses from members contained in dests (or all members if dests is null).
<T> RspList<T>
MessageDispatcher.castMessage(java.util.Collection<Address> dests, Message msg, RequestOptions options)
          Sends a message to all members and expects responses from members in dests (if non-null).
 RspList<T> GroupRequest.get()
           
 RspList<T> GroupRequest.get(long timeout, java.util.concurrent.TimeUnit unit)
           
 RspList<T> GroupRequest.getResults()
          Returns the results as a RspList
 

Methods in org.jgroups.blocks that return types with arguments of type RspList
<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<RspList<T>>
MessageDispatcher.castMessageWithFuture(java.util.Collection<Address> dests, Message msg, RequestOptions options)
          Sends a message to all members and expects responses from members in dests (if non-null).
 



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