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

All Known Implementing Classes:

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


public interface OpenMBeanInfo

Since:

1.5

Modifier and Type Method Description
boolean equals​(Object obj) Compares the specified obj parameter with this OpenMBeanInfo instance for equality.
MBeanAttributeInfo[] getAttributes() Returns an array of OpenMBeanAttributeInfo instances describing each attribute in the open MBean described by thisOpenMBeanInfo instance.
String getClassName() Returns the fully qualified Java class name of the open MBean instances this OpenMBeanInfo describes.
MBeanConstructorInfo[] getConstructors() Returns an array of OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by thisOpenMBeanInfo instance.
String getDescription() Returns a human readable description of the type of open MBean instances this OpenMBeanInfo describes.
MBeanNotificationInfo[] getNotifications() Returns an array of MBeanNotificationInfo instances describing each notification emitted by the open MBean described by this OpenMBeanInfo instance.
MBeanOperationInfo[] getOperations() Returns an array of OpenMBeanOperationInfo instances describing each operation in the open MBean described by thisOpenMBeanInfo instance.
int hashCode() Returns the hash code value for this OpenMBeanInfo instance.
String toString() Returns a string representation of this OpenMBeanInfo instance.