|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
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). |
|
|
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). |
|
|
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 | ||
---|---|---|
|
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). |
|
|
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |