Uses of Interface
jgroup.core.MembershipService

Packages that use MembershipService
jgroup.arm This package contains the implementation of the Autonomous Replication Management (ARM) framework. 
jgroup.relacs.gm   
jgroup.relacs.gmi   
jgroup.relacs.gmi.protocols   
jgroup.relacs.registry   
jgroup.upgrade   
 

Uses of MembershipService in jgroup.arm
 

Methods in jgroup.arm with parameters of type MembershipService
static RecoveryLayer RecoveryLayer.getLayer(MembershipService pgms)
           
 

Uses of MembershipService in jgroup.relacs.gm
 

Classes in jgroup.relacs.gm that implement MembershipService
 class MembershipLayer
          The MembershipLayer class implements the group membership service interface and provide membership events to listeners.
 class MergingLayer
          This MergingLayer class implements the Jgroup state merging service.
 

Methods in jgroup.relacs.gm with parameters of type MembershipService
static MulticastLayer MulticastLayer.getLayer(DispatcherService ds, MembershipService pgms)
           
static TimestampLayer TimestampLayer.getLayer(GroupManager gm, MembershipService ms, InternalGMIService igmi)
           
static NotifyLayer NotifyLayer.getLayer(GroupManager gm, RegistryService rs, MembershipService ms, InternalGMIService igmi)
           
static MergingLayer MergingLayer.getLayer(MembershipService membService, MulticastService mcastService)
           
static TotalOrderLayer TotalOrderLayer.getLayer(MembershipService pgms, MulticastService mcast)
           
 

Constructors in jgroup.relacs.gm with parameters of type MembershipService
NotifyLayer(GroupManager gm, RegistryService rs, MembershipService ms)
          Initializes a NotifyLayer
 

Uses of MembershipService in jgroup.relacs.gmi
 

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

Uses of MembershipService in jgroup.relacs.gmi.protocols
 

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

Uses of MembershipService in jgroup.relacs.registry
 

Methods in jgroup.relacs.registry with parameters of type MembershipService
static RegistryLayer RegistryLayer.getLayer(ExternalGMIService egmis, MembershipService pgms)
           
 

Uses of MembershipService in jgroup.upgrade
 

Methods in jgroup.upgrade with parameters of type MembershipService
static UpgradeLayer UpgradeLayer.getLayer(MembershipService pgms, RegistryService regs, ExternalGMIService egmi)
           
 



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