Example usage for Java javax.management MBeanInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
MBeanAttributeInfo[] | getAttributes() Returns the list of attributes exposed for management. |
String | getClassName() Returns the name of the Java class of the MBean described by this MBeanInfo . |
MBeanConstructorInfo[] | getConstructors() Returns the list of the public constructors of the MBean. |
String | getDescription() Returns a human readable description of the MBean. |
Descriptor | getDescriptor() Get the descriptor of this MBeanInfo. |
MBeanNotificationInfo[] | getNotifications() Returns the list of the notifications emitted by the MBean. |
MBeanOperationInfo[] | getOperations() Returns the list of operations of the MBean. |