Example usage for Java javax.management.modelmbean ModelMBean fields, constructors, methods, implement or subclass
The text is from its open source code.
MBeanInfo | getMBeanInfo() Provides the exposed attributes and actions of the Dynamic MBean using an MBeanInfo object. |
void | setManagedResource(Object mr, String mr_type) Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors). |
void | setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo) Initializes a ModelMBean object using ModelMBeanInfo passed in. |