|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface should be implemented by all MBeans that wish their state to be persisted.
Method Summary | |
void |
load()
Retrieves the MBean's state from a persistence store. |
void |
store()
Stores the MBean's state to a persistence store. |
Method Detail |
public void load() throws MBeanException (src) , RuntimeOperationsException (src) , InstanceNotFoundException (src)
MBeanException (src)
- wraps application exceptions from persistence store
InstanceNotFoundException (src)
- if the MBean's state could not be found
RuntimeOperationsException (src)
public void store() throws MBeanException (src) , RuntimeOperationsException (src) , InstanceNotFoundException (src)
MBeanException (src)
- wraps application exceptions from persistence store
InstanceNotFoundException (src)
- if the MBean's state could not be stored
RuntimeOperationsException (src)
|
||||||||||
PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |