PersistentMBean

Interface PersistentMBean

All Known Subinterfaces:
ModelMBean
All Known Implementing Classes:
RequiredModelMBean
public interface PersistentMBean

This class is the interface to be implemented by MBeans that are meant to be persistent. MBeans supporting this interface should call the load method during construction in order to prime the MBean from the persistent store. In the case of a ModelMBean, the store method should be called by the MBeanServer based on the descriptors in the ModelMBean or by the MBean itself during normal processing of the ModelMBean.

Since:
1.5

Methods

load

void load()