public interface PersisterMBean
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
load()
Loads the information persisted on the storage media.
|
void |
store(java.lang.Object data)
Store the given information to the storage media.
|
java.lang.Object load()
throws javax.management.MBeanException,
javax.management.RuntimeOperationsException,
javax.management.InstanceNotFoundException
javax.management.MBeanExceptionjavax.management.RuntimeOperationsExceptionjavax.management.InstanceNotFoundExceptionstore(java.lang.Object)void store(java.lang.Object data)
throws javax.management.MBeanException,
javax.management.RuntimeOperationsException,
javax.management.InstanceNotFoundException
javax.management.MBeanExceptionjavax.management.RuntimeOperationsExceptionjavax.management.InstanceNotFoundExceptionload()