OpenMBeanInfo (Java SE 16 & JDK 16) (original) (raw)

All Known Implementing Classes:

[OpenMBeanInfoSupport](OpenMBeanInfoSupport.html "class in javax.management.openmbean")


public interface OpenMBeanInfo

Since:

1.5

boolean
Compares the specified obj parameter with this OpenMBeanInfo instance for equality.
Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by thisOpenMBeanInfo instance.
Returns the fully qualified Java class name of the open MBean instances this OpenMBeanInfo describes.
Returns an array of OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by thisOpenMBeanInfo instance.
Returns a human readable description of the type of open MBean instances this OpenMBeanInfo describes.
Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance.
Returns an array of OpenMBeanOperationInfo instances describing each operation in the open MBean described by thisOpenMBeanInfo instance.
int
[hashCode](#hashCode%28%29)()
Returns the hash code value for this OpenMBeanInfo instance.
[toString](#toString%28%29)()
Returns a string representation of this OpenMBeanInfo instance.