Uses of Interface
org.jboss.ha.framework.interfaces.HASingletonElectionPolicy

Packages that use HASingletonElectionPolicy
org.jboss.ha.framework.interfaces   
org.jboss.ha.framework.server   
 

Uses of HASingletonElectionPolicy in org.jboss.ha.framework.interfaces
 

Methods in org.jboss.ha.framework.interfaces that return HASingletonElectionPolicy
 HASingletonElectionPolicy HASingleton.getElectionPolicy()
          Gets the policy used to determine which cluster node will become the master when the service topology changes.
 

Methods in org.jboss.ha.framework.interfaces with parameters of type HASingletonElectionPolicy
 void HASingleton.setElectionPolicy(HASingletonElectionPolicy policy)
          Sets the policy used to determine which cluster node will become the master when the service topology changes.
 

Uses of HASingletonElectionPolicy in org.jboss.ha.framework.server
 

Methods in org.jboss.ha.framework.server that return HASingletonElectionPolicy
 HASingletonElectionPolicy HASingletonImpl.getElectionPolicy()
           
 

Methods in org.jboss.ha.framework.server with parameters of type HASingletonElectionPolicy
 void HASingletonImpl.setElectionPolicy(HASingletonElectionPolicy electionPolicy)
           
 



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