Searched defs:ModelMBean (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBean.java43 * Java resources wishing to be manageable instantiate the ModelMBean using the MBeanServer's
44 * createMBean method. The resource then sets the ModelMBeanInfo (with Descriptors) for the ModelMBean
45 * instance. The attributes and operations exposed via the ModelMBeanInfo for the ModelMBean are accessible
47 * the managed application can be defined and mapped to attributes and operations of the ModelMBean.
51 * Every ModelMBean which is instantiated in the MBeanServer becomes manageable:
55 * By instantiating a ModelMBean, resources are guaranteed that the MBean is valid.
65 public interface ModelMBean extends interface in inherits:DynamicMBean,PersistentMBean,ModelMBeanNotificationBroadcaster
72 * Initializes a ModelMBean object using ModelMBeanInfo passed in.
74 * the ModelMBean as long as it is not registered with the MBeanServer.
76 * Once the ModelMBean'
[all...]

Completed in 261 milliseconds