Uses of Class
org.sapia.ubik.mcast.Response

Packages that use Response
org.sapia.ubik.mcast   
 

Uses of Response in org.sapia.ubik.mcast
 

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.
 

Methods in org.sapia.ubik.mcast with parameters of type Response
 void RespList.addResponse(Response resp)
          Adds the given response to this instance.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.