Uses of Interface
jgroup.core.multicast.MulticastService

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

Uses of MulticastService in jgroup.relacs.gm
 

Classes in jgroup.relacs.gm that implement MulticastService
 class MulticastLayer
          The MulticastLayer class implements the multicast service.
 class TotalOrderLayer
          The TotalOrderLayer class implements the multicast service, and uses the underlying reliable multicast service.
 

Methods in jgroup.relacs.gm with parameters of type MulticastService
static MergingLayer MergingLayer.getLayer(MembershipService membService, MulticastService mcastService)
           
static TotalOrderLayer TotalOrderLayer.getLayer(MembershipService pgms, MulticastService mcast)
           
 

Uses of MulticastService in jgroup.relacs.gmi
 

Methods in jgroup.relacs.gmi with parameters of type MulticastService
static JeriEGMILayer JeriEGMILayer.getLayer(GroupManager gm, MulticastService mcast, MembershipService pgms)
           
 

Uses of MulticastService in jgroup.relacs.gmi.protocols
 

Constructors in jgroup.relacs.gmi.protocols with parameters of type MulticastService
Atomic(GroupInvocationDispatcher dispatcher, MulticastService mcast, MembershipService pgms)
           
Leadercast(GroupInvocationDispatcher dispatcher, MulticastService mcast, MembershipService pgms)
           
Multicast(GroupInvocationDispatcher dispatcher, MulticastService mcast, MembershipService pgms)
           
 

Uses of MulticastService in jgroup.relacs.rmi
 

Methods in jgroup.relacs.rmi with parameters of type MulticastService
static IntGroupHandler IntGroupHandler.getLayer(MulticastService mcastService)
           
 



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