Lines Matching refs:ModelMBean
43 * 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
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's ModelMBeanInfo (with Descriptors) are
77 * customized and set on the ModelMBean, the ModelMBean can be
80 * If the ModelMBean is currently registered, this method throws
85 * by the ModelMBean.
92 * <li>Wraps an {@link IllegalStateException} if the ModelMBean
102 * execute all methods in this ModelMBean management interface
117 * ModelMBean or JMX Agent.