Save This Page
Home » JBoss-5.1.0 » org.jboss.ha » singleton » [javadoc | source]
org.jboss.ha.singleton
public interface: HASingletonProfileActivatorMBean [javadoc | source]

All Known Implementing Classes:
    HASingletonProfileManager, HASingletonProfileActivator

StandardMBean interface for HASingletonProfileActivator .
Method from org.jboss.ha.singleton.HASingletonProfileActivatorMBean Summary:
activateProfile,   getProfileDomain,   getProfileName,   getProfileServer,   isActivated,   releaseProfile
Method from org.jboss.ha.singleton.HASingletonProfileActivatorMBean Detail:
 public  void activateProfile() throws Exception
    Tells the ProfileService to activate the profile . Called by the HASingletonController when we become the singleton master.
 public String getProfileDomain()
    Gets the value that should be used for the domain portion of the singleton @{link Profile}'s ProfileKey .
 public String getProfileName()
    Gets the value that should be used for the name portion of the singleton @{link Profile}'s ProfileKey .
 public String getProfileServer()
    Gets the value that should be used for the server portion of the singleton @{link Profile}'s ProfileKey .
 public boolean isActivated()
    Gets whether this object has activated its profile.
 public  void releaseProfile() throws Exception
    Tells the ProfileService to release the profile . Called by the HASingletonController when we are no longer the singleton master.