Uses of Interface
org.jboss.ha.singleton.HASingletonElectionPolicySimpleMBean

Packages that use HASingletonElectionPolicySimpleMBean
org.jboss.ha.singleton   
 

Uses of HASingletonElectionPolicySimpleMBean in org.jboss.ha.singleton
 

Subinterfaces of HASingletonElectionPolicySimpleMBean in org.jboss.ha.singleton
 interface PreferredMasterElectionPolicyMBean
          MBean interface for the preferred master election policy that allows preferred master to be changed at runtime.
 

Classes in org.jboss.ha.singleton that implement HASingletonElectionPolicySimpleMBean
 class 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".
 class 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.