Uses of Interface
jgroup.core.Layer

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

Uses of Layer in jgroup.arm
 

Classes in jgroup.arm that implement Layer
 class RecoveryLayer
          Recovery layer for providing the replication manager with view change events from groups assoicated with the replication manager.
 

Uses of Layer in jgroup.core
 

Subinterfaces of Layer in jgroup.core
 interface ExternalGMIService
          This interface is used to obtain the identifier of the current EGMI invocation and to get a registry entry and bootstrap handler for the dependable registry.
 interface InternalGMIService
          The InternalGMIService interface is special in the sense that is not implemented by a concrete layer (such as the IntGroupHandler), but rather by the dynamically generated proxy object.
 interface MembershipService
          The facilities provided by the group membership service included in Jgroup may be accessed using the MembershipService interface.
 interface MergingService
          Empty marker interface for the Jgroup State Merging Service.
 

Uses of Layer in jgroup.core.arm
 

Subinterfaces of Layer in jgroup.core.arm
 interface RecoveryService
          Recovery service interface is an empty marker interface implemented by the RecoveryLayer, which provides the replication manager with view change events.
 

Uses of Layer in jgroup.core.multicast
 

Subinterfaces of Layer in jgroup.core.multicast
 interface MulticastService
          The facilities provided by the reliable multicast service included in Jgroup may be accessed using the MulticastService interface.
 

Uses of Layer in jgroup.core.registry
 

Subinterfaces of Layer in jgroup.core.registry
 interface LookupService
          Service interface for performing lookups from a replicated client group.
 interface RegistryService
          This interface is used by servers to bind and unbind their reference with a specified name from the dependable registry.
 

Uses of Layer in jgroup.relacs.gm
 

Subinterfaces of Layer in jgroup.relacs.gm
 interface DispatcherService
          Service interface for the dispatcher layer.
 interface LeaseService
          Service interface for the lease layer.
 interface NotifyService
          Service interface for the notify layer.
 interface TimestampService
          Service interface for the timestamp layer.
 

Classes in jgroup.relacs.gm that implement Layer
 class LeaseLayer
          The LeaseLayer implements a lease based refresh mechanism towards the dependable registry.
 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.
 class MulticastLayer
          The MulticastLayer class implements the multicast service.
 class NewDispatcherLayer
          Handle dispatching daemon events to other layers in the stack, e.g., the MembershipLayer and MulticastLayer.
 class NotifyLayer
          The NotifyLayer class keeps track of IIDs in the current view, and compares this to the previous.
 class TimestampLayer
          The TimestampLayer creates an agreed timestamp between all the members in a group.
 class TotalOrderLayer
          The TotalOrderLayer class implements the multicast service, and uses the underlying reliable multicast service.
 

Uses of Layer in jgroup.relacs.gmi
 

Classes in jgroup.relacs.gmi that implement Layer
 class JeriEGMILayer
          This layer implements the external group method invocation service based on JERI.
 

Uses of Layer in jgroup.relacs.registry
 

Classes in jgroup.relacs.registry that implement Layer
 class RegistryLayer
          This layer implements the registry service interface, allowing the server associated with the local group manager, or layers within the group manager to gain access to the content of the dependable registry.
 

Uses of Layer in jgroup.relacs.rmi
 

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

Uses of Layer in jgroup.upgrade
 

Subinterfaces of Layer in jgroup.upgrade
 interface UpgradeService
          Interface implemented by the UpgradeLayer to enable the UpgradeManager to initiate an upgrade.
 

Classes in jgroup.upgrade that implement Layer
 class UpgradeLayer
          The UpgradeLayer allows server replicas to be upgraded with new software versions.
 



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