HASingletonpublic interface HASingleton Basic interface for clustered singleton services |
Methods Summary |
---|
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.
|
|