Example usage for Java javax.management.modelmbean RequiredModelMBean fields, constructors, methods, implement or subclass
The text is from its open source code.
RequiredModelMBean() Constructs an RequiredModelMBean with an empty ModelMBeanInfo. | |
RequiredModelMBean(ModelMBeanInfo mbi) Constructs a RequiredModelMBean object using ModelMBeanInfo passed in. |
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 mbi) Initializes a ModelMBean object using ModelMBeanInfo passed in. |