Uses of Class
com.ibm.aglet.ReplySet

Packages that use ReplySet
com.ibm.aglet   
com.ibm.aglets   
 

Uses of ReplySet in com.ibm.aglet
 

Methods in com.ibm.aglet that return ReplySet
 ReplySet AgletContext.multicastMessage(Message msg)
          Sends a multicast message to the subscribers in the context.
 

Methods in com.ibm.aglet with parameters of type ReplySet
protected abstract  void FutureReply.addedTo(ReplySet set)
           
 

Uses of ReplySet in com.ibm.aglets
 

Methods in com.ibm.aglets that return ReplySet
 ReplySet AgletContextImpl.multicastMessage(Message msg)