| javax.management.PersistentMBean
PersistentMBean | public interface PersistentMBean (Code) | | This interface should be implemented by all MBeans that wish their state
to be persisted.
author: Juha Lindfors. version: $Revision: 57200 $ |
Method Summary | |
public void | load() Retrieves the MBean's state from a persistence store. | public void | store() Stores the MBean's state to a persistence store. |
|
|