Uses of Interface
jgroup.core.arm.ARMEvent

Packages that use ARMEvent
jgroup.arm This package contains the implementation of the Autonomous Replication Management (ARM) framework. 
jgroup.core.arm   
 

Uses of ARMEvent in jgroup.arm
 

Classes in jgroup.arm that implement ARMEvent
 class ReplicaFailureEvent
           
 class ReplicaPingEvent
           
 

Methods in jgroup.arm with parameters of type ARMEvent
 void ReplicaManagerImpl.notifyEvent(ARMEvent event)
           
 

Uses of ARMEvent in jgroup.core.arm
 

Methods in jgroup.core.arm with parameters of type ARMEvent
 void ReplicationManager.notifyEvent(ARMEvent event)
          The notifyEvent method is used by components external to the replication manager to notify it of important events, such as the presence of a new host (ExecDaemon) or view change events from the RecoveryLayer.
 void ReplicationManager.ManagementCallback.notifyEvent(ARMEvent event)
          Notify the management application that a new view has been installed.
 



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