| Methods in org.sapia.ubik.mcast that return RespList |
RespList |
UnicastDispatcher.send(java.util.List addresses,
java.lang.String type,
java.lang.Object data)
Sends the given data to the list of destinations specified, and returning
the responses received from each destination. |
RespList |
UDPUnicastDispatcher.send(java.util.List addresses,
java.lang.String type,
java.lang.Object data)
|
RespList |
EventChannel.send(java.lang.String type,
java.lang.Object data)
Synchronously sends a remote event to all the nodes corresponding to the given ServerAddress,
and returns the corresponding responses. |