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.MBeanException
javax.management.RuntimeOperationsException
javax.management.InstanceNotFoundException
store(java.lang.Object)
void store(java.lang.Object data) throws javax.management.MBeanException, javax.management.RuntimeOperationsException, javax.management.InstanceNotFoundException
javax.management.MBeanException
javax.management.RuntimeOperationsException
javax.management.InstanceNotFoundException
load()