Frames | No Frames |
Classes implementing org.jgroups.blocks.RspCollector | |
class | Sends a message to all members of the group and waits for all responses (or timeout). |
Methods with parameter type org.jgroups.blocks.RspCollector | |
void | Multicast a message request to all members in dests and receive responses via the RspCollector
interface. |
void | Send a request to a group. |
void | Helper method for sendRequest(long,List,Message,RspCollector) . |