|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedDistributedState
DistributedState subinterface that exposes lifecycle methods to allow its owning HAPartition to control it.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.jboss.ha.framework.interfaces.DistributedState |
---|
org.jboss.ha.framework.interfaces.DistributedState.DSListener, org.jboss.ha.framework.interfaces.DistributedState.DSListenerEx |
Method Summary | |
---|---|
void |
createService()
Create the service |
void |
destroyService()
Destroy the service |
void |
startService()
Start the service |
void |
stopService()
Stop the service |
Methods inherited from interface org.jboss.ha.framework.interfaces.DistributedState |
---|
get, getAllCategories, getAllKeys, getAllValues, registerDSListener, registerDSListenerEx, remove, remove, set, set, unregisterDSListener, unregisterDSListenerEx |
Method Detail |
---|
void createService() throws Exception
Exception
void startService() throws Exception
Exception
void stopService() throws Exception
Exception
void destroyService() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |