| javax.management.PersistentMBean
PersistentMBean | public interface PersistentMBean (Code) | | This interface is implemented by MBeans that are able to make themselves persistent.
version: $Revision: 1.6 $ |
Method Summary | |
public void | load() Loads a previously saved MBean state into the MBean itself. | public void | store() Stores the MBean state into a persistent media. |
|
|