|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RspList | |
---|---|
org.jgroups.blocks | Provides building blocks that are layered on top of channels. |
org.jgroups.stack | Support for managing protocol stacks. |
Uses of RspList in org.jgroups.blocks |
---|
Methods in org.jgroups.blocks that return RspList | |
---|---|
RspList |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout)
|
RspList |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout,
boolean use_anycasting)
|
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.Class[] types,
int mode,
long timeout,
boolean use_anycasting)
|
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,
java.lang.String method_name,
java.lang.Object[] args,
java.lang.String[] signature,
int mode,
long timeout,
boolean use_anycasting)
|
RspList |
MessageDispatcher.castMessage(java.util.Vector dests,
Message msg,
int mode,
long timeout)
|
RspList |
RpcDispatcher.castMessage(java.util.Vector dests,
Message msg,
int mode,
long timeout)
|
RspList |
MessageDispatcher.castMessage(java.util.Vector dests,
Message msg,
int mode,
long timeout,
boolean use_anycasting)
Cast a message to all members, and wait for mode responses. |
RspList |
GroupRequest.getResults()
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. |
Methods in org.jgroups.blocks with parameters of type RspList | |
---|---|
protected void |
DistributedQueue.checkResult(RspList rsp,
java.lang.Object retval)
|
boolean |
VotingAdapter.processResponses(RspList responses,
int consensusType,
java.lang.Object decree)
Processes the response list and makes a decision according to the type of the consensus for current voting. |
boolean |
VoteResponseProcessor.processResponses(RspList responses,
int consensusType,
java.lang.Object decree)
Processes the responses returned by the other nodes. |
boolean |
DistributedLockManager.processResponses(RspList responses,
int consensusType,
java.lang.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. |
Uses of RspList in org.jgroups.stack |
---|
Methods in org.jgroups.stack that return RspList | |
---|---|
RspList |
RpcProtocol.callRemoteMethods(java.util.Vector dests,
MethodCall method_call,
int mode,
long timeout)
|
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 |
MessageProtocol.castMessage(java.util.Vector dests,
Message msg,
int mode,
long timeout)
Cast a message to all members, and wait for mode responses. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |