API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. PersistentMBean View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 PersistentMBean
Subinterfaces
Description
public interface PersistentMBean
  This class is the interface to be implemented by MBeans that are meant to be persistent.
See also:   
Methods
Hide/Show inherited methods
public void load () throws MBeanException RuntimeOperationsException InstanceNotFoundException
  Instantiates thisMBean instance with the data found for the MBean in the persistent store.
public void store () throws MBeanException RuntimeOperationsException InstanceNotFoundException
  Captures the current state of this MBean instance and writes it out to the persistent store.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar