|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersistentMBean
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 |
---|
void load() throws MBeanException, RuntimeOperationsException, InstanceNotFoundException
MBeanException
- wraps application exceptions from persistence store
InstanceNotFoundException
- if the MBean's state could not be found
RuntimeOperationsException
void store() throws MBeanException, RuntimeOperationsException, InstanceNotFoundException
MBeanException
- wraps application exceptions from persistence store
InstanceNotFoundException
- if the MBean's state could not be stored
RuntimeOperationsException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |