All Known Implementing Classes:
OpenMBeanInfoSupport
Describes an Open MBean: an Open MBean is recognized as such if its getMBeanInfo() method returns an instance of a class which implements the OpenMBeanInfo interface, typically OpenMBeanInfoSupport .
This interface declares the same methods as the class javax.management.MBeanInfo . A class implementing this interface (typically OpenMBeanInfoSupport ) should extend javax.management.MBeanInfo .
The #getAttributes() , #getOperations() and #getConstructors() methods of the implementing class should return at runtime an array of instances of a subclass of MBeanAttributeInfo , MBeanOperationInfo or MBeanConstructorInfo respectively which implement the OpenMBeanAttributeInfo , OpenMBeanOperationInfo or OpenMBeanConstructorInfo interface respectively.
1.5
- Method from javax.management.openmbean.OpenMBeanInfo Summary: |
---|
equals, getAttributes, getClassName, getConstructors, getDescription, getNotifications, getOperations, hashCode, toString |
Method from javax.management.openmbean.OpenMBeanInfo Detail: |
---|
OpenMBeanInfo instance for equality.
Returns true if and only if all of the following statements are true: OpenMBeanInfo interface.
|
|
|
|
|
|
|
OpenMBeanInfo instance.
The hash code of an
This ensures that |
OpenMBeanInfo instance.
The string representation consists of the name of this class (ie |