| org.jboss.ha.singleton.HASingleton
All known Subclasses: org.jboss.ha.singleton.HASingletonSupport,
HASingleton | public interface HASingleton (Code) | | Basic interface for clustered singleton services
author: Ivelin Ivanov version: $Revision: 57188 $ |
Method Summary | |
void | startSingleton() Invoked when this mbean is elected to run the singleton service,
or in other words when this node is elected for master. | 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. |
startSingleton | void startSingleton()(Code) | | Invoked when this mbean is elected to run the singleton service,
or in other words when this node is elected for master.
|
stopSingleton | void stopSingleton()(Code) | | Invoked when this mbean is elected to no longer run the singleton service,
or in other words when this node is elected for slave.
|
|
|