|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RspCollector | |
org.javagroups.blocks |
Uses of RspCollector in org.javagroups.blocks |
Classes in org.javagroups.blocks that implement RspCollector | |
class |
GroupRequest
Sends a message to all members of the group and waits for all responses (or timeout). |
Methods in org.javagroups.blocks with parameters of type RspCollector | |
void |
RequestCorrelator.sendRequest(long id,
Message msg,
RspCollector coll)
Helper method for RequestCorrelator.sendRequest(long,List,Message,RspCollector) . |
void |
RequestCorrelator.sendRequest(long id,
java.util.List dest_mbrs,
Message msg,
RspCollector coll)
Send a request to a group. |
void |
MessageDispatcher.castMessage(java.util.Vector dests,
long req_id,
Message msg,
RspCollector coll)
Multicast a message request to all members in dests and receive responses
via the RspCollector interface. |
void |
RpcDispatcher.callRemoteMethods(java.util.Vector dests,
long req_id,
MethodCall method_call,
RspCollector coll)
Calls the remote methods in a number of receivers and returns the results asynchronously via the RspCollector interface. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |