Package org.jboss.ha.singleton

Interface Summary
HASingleton Deprecated.
HASingletonControllerMBean The management interface for the singleton controller service.
HASingletonDeploymentScannerMBean StandardMBean interface for HASingletonDeploymentScanner
HASingletonElectionPolicySimpleMBean Management Bean for the simple Election Policy.
HASingletonMBean Deprecated.
HASingletonProfileActivatorMBean StandardMBean interface for HASingletonProfileActivator.
HASingletonProfileManagerMBean StandardMBean interface for HASingletonProfileManager.
HASingletonSupportMBean The management interface for the singleton support service.
PreferredMasterElectionPolicyMBean MBean interface for the preferred master election policy that allows preferred master to be changed at runtime.
 

Class Summary
HASingletonController A clustered singleton service that calls a configurable method on a target (m)bean, whenever the current node becomes the master.
HASingletonElectionPolicySimple A simple concrete policy service that decides which node in the cluster should be the master node to run certain HASingleton service based on attribute "Position".
HASingletonProfileActivator Bean that activates a configurable Profile when notified by a singleton controller, and releases it when notified.
HASingletonProfileManager Extends HASingletonProfileActivator by actually creating and registering a Profile from a configurable set of URIs during the HASingletonProfileManager.start() phase, deregistering it in the HASingletonProfileManager.stop() phase.
HASingletonSupport Base class for HA-Singleton legacy mbean services.
PreferredMasterElectionPolicy Election policy that chooses the node where the singleton should run based on the given preferred master node in ip_address:port_number or host_name:port_number format.
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.