Uses of Class org.jgroups.util.RspList

Uses in package org.jgroups.stack

Methods with return type org.jgroups.util.RspList

RspList
RpcProtocol.callRemoteMethods(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout)
RspList
RpcProtocol.callRemoteMethods(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout)
RspList
RpcProtocol.callRemoteMethods(Vector dests, MethodCall method_call, int mode, long timeout)
RspList
MessageProtocol.castMessage(Vector dests, Message msg, int mode, long timeout)
Cast a message to all members, and wait for mode responses.

Uses in package org.jgroups.blocks

Methods with parameter type org.jgroups.util.RspList

void
DistributedQueue.checkResult(RspList rsp, Object retval)
void
Checks whether responses from members contain exceptions or timeouts.

Methods with return type org.jgroups.util.RspList

RspList
RpcDispatcher.callRemoteMethods(Vector dests, String method_name, Object[] args, Class[] types, int mode, long timeout)
RspList
RpcDispatcher.callRemoteMethods(Vector dests, String method_name, Object[] args, String[] signature, int mode, long timeout)
RspList
RpcDispatcher.callRemoteMethods(Vector dests, MethodCall method_call, int mode, long timeout)
RspList
MessageDispatcher.castMessage(Vector dests, Message msg, int mode, long timeout)
Cast a message to all members, and wait for mode responses.
RspList
RpcDispatcher.castMessage(Vector dests, Message msg, int mode, long timeout)
RspList
Returns the results as a 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.

Copyright B) 2001,2002 www.jgroups.com . All Rights Reserved.