Uses of Interface
jgroup.multicast.AckListener

Packages that use AckListener
jgroup.multicast   
 

Uses of AckListener in jgroup.multicast
 

Fields in jgroup.multicast declared as AckListener
(package private)  AckListener Make.v0
           
 

Methods in jgroup.multicast with parameters of type AckListener
 void MulticastService.mcast(java.io.OutputStream out, AckListener ackl)
          Multicast a message enclosed in stream to the members of the current view of the group.
 void MulticastService.mcast(java.lang.Object obj, AckListener ackl)
          Multicast a serializable object to the members of the current view of a group.