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

Packages that use RespList
org.sapia.ubik.mcast   
 

Uses of RespList in org.sapia.ubik.mcast
 

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.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.