|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implements by an MBean that are meant to be persistent.
Method Summary | |
void |
load()
Instantiates for the data found in the persistance store. |
void |
store()
Captures the current state of the MBean. |
Method Detail |
public void load() throws MBeanException, RuntimeOperationsException, InstanceNotFoundException
MBeanException
- Wraps another exception or thrown when
persistance is not supported.
RuntimeOperationsException
- Wraps exception from persistance operation
InstanceNotFoundException
- Cant find the MBean
from
the persistance store.public void store() throws MBeanException, RuntimeOperationsException, InstanceNotFoundException
MBeanException
RuntimeOperationsException
InstanceNotFoundException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |