| Methods in org.sapia.ubik.mcast that return Response |
Response |
RespList.get(int index)
Returns the Response object at
the given index. |
Response |
UnicastDispatcher.send(ServerAddress addr,
java.lang.String type,
java.lang.Object data)
Sends the given data to the node whose address is given, returning the
corresponding response - received from the destination. |
Response |
UDPUnicastDispatcher.send(ServerAddress addr,
java.lang.String type,
java.lang.Object data)
|
Response |
EventChannel.send(ServerAddress addr,
java.lang.String type,
java.lang.Object data)
Synchronously sends a remote event to the node corresponding to the given ServerAddress,
and returns the corresponding response. |