org.jboss.ha.singleton
public interface: HASingleton [javadoc |
source]
All Known Implementing Classes:
HASingletonControllerTester, HASingletonController, HASingletonSupport, HASingletonSupportTester
Basic interface for clustered singleton services
- author:
Ivelin - Ivanov
- version:
$ - Revision: 39540 $
| Method from org.jboss.ha.singleton.HASingleton Detail: |
public void startSingleton()
Invoked when this mbean is elected to run the singleton service,
or in other words when this node is elected for master. |
public void stopSingleton()
Invoked when this mbean is elected to no longer run the singleton service,
or in other words when this node is elected for slave. |