Uses of Class org.jgroups.util.RspList

Uses in package org.jgroups.blocks

Methods with parameter type org.jgroups.util.RspList

void
DistributedQueue.checkResult(RspList rsp, Object retval)
boolean
DistributedLockManager.processResponses(RspList responses, int consensusType, Object decree)
Processes the response list and votes like the default processResponses method with the consensusType VOTE_ALL If the result of the voting is false, but this DistributedLockManager owns the lock, the result is changed to true and the lock is released, but marked as multiple locked.
boolean
VoteResponseProcessor.processResponses(RspList responses, int consensusType, Object decree)
Processes the responses returned by the other nodes.
boolean
VotingAdapter.processResponses(RspList responses, int consensusType, Object decree)
Processes the response list and makes a decision according to the type of the consensus for current voting.

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.

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.

Copyright B) 1998-2005 Bela Ban. All Rights Reserved.