Uses of Interface
jgroup.core.multicast.MulticastListener

Packages that use MulticastListener
jgroup.relacs.gm   
jgroup.relacs.gmi.protocols   
jgroup.relacs.rmi   
 

Uses of MulticastListener in jgroup.relacs.gm
 

Classes in jgroup.relacs.gm that implement MulticastListener
 class MergingLayer
          This MergingLayer class implements the Jgroup state merging service.
 class TotalOrderLayer
          The TotalOrderLayer class implements the multicast service, and uses the underlying reliable multicast service.
 

Uses of MulticastListener in jgroup.relacs.gmi.protocols
 

Classes in jgroup.relacs.gmi.protocols that implement MulticastListener
 class Atomic
          Atomic represents a protocol that dispatch method invocations received through the local endpoint to all the other methods of the group, including the local server.
 class Leadercast
          Leadercast represents a protocol that will always try to invoke the the group leader first.
 class Multicast
          Multicast represents a protocol that dispatch method invocations received through the local endpoint to all the other members of the group, including the local server.
 

Uses of MulticastListener in jgroup.relacs.rmi
 

Classes in jgroup.relacs.rmi that implement MulticastListener
 class IntGroupHandler
          Handler for group internal invocations.
 



Copyright © 1998-2006 The Jgroup/ARM development team. All Rights Reserved.