Uses of Class
org.jgroups.util.RspList

Packages that use RspList
org.jgroups.blocks   
org.jgroups.stack   
 

Uses of RspList in org.jgroups.blocks
 

Methods in org.jgroups.blocks that return RspList
 RspList ReplicationManager.send(Address dest, byte[] data, boolean synchronous, long synchronous_timeout, Xid transaction, byte[] lock_info, long lock_acquisition_timeout, long lock_lease_timeout, boolean use_locks)
          Sends a request to all members of the group.
 RspList GroupRequest.getResults()
          Returns the results as a RspList
 RspList MessageDispatcher.castMessage(java.util.Vector dests, Message msg, int mode, long timeout)
          Cast a message to all members, and wait for mode responses.
 RspList RpcDispatcher.castMessage(java.util.Vector dests, Message msg, int mode, long timeout)
           
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object[] args, java.lang.Class[] types, int mode, long timeout)
           
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object[] args, java.lang.String[] signature, int mode, long timeout)
           
 RspList RpcDispatcher.callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout)
           
 

Methods in org.jgroups.blocks with parameters of type RspList
protected  void TransactionalHashtable.checkResults(RspList rsps)
          Checks whether responses from members contain exceptions or timeouts.
protected  void DistributedQueue.checkResult(RspList rsp, java.lang.Object retval)
           
 

Uses of RspList in org.jgroups.stack
 

Methods in org.jgroups.stack that return RspList
 RspList MessageProtocol.castMessage(java.util.Vector dests, Message msg, int mode, long timeout)
          Cast a message to all members, and wait for mode responses.
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object[] args, java.lang.Class[] types, int mode, long timeout)
           
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, java.lang.String method_name, java.lang.Object[] args, java.lang.String[] signature, int mode, long timeout)
           
 RspList RpcProtocol.callRemoteMethods(java.util.Vector dests, MethodCall method_call, int mode, long timeout)
           
 



Copyright ? 2001,2002 www.jgroups.com . All Rights Reserved.