Example usage for Java javax.management.modelmbean ModelMBeanInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
MBeanAttributeInfo[] | getAttributes() Returns the list of attributes exposed for management. |
java.lang.String | getDescription() Returns a human readable description of the MBean. |
Descriptor | getMBeanDescriptor() Returns the ModelMBean's descriptor which contains MBean wide policies. |
MBeanOperationInfo[] | getOperations() Returns the list of operations of the MBean. |