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

All Known Implementing Classes:

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


public interface OpenMBeanOperationInfo

Since:

1.5

Modifier and Type Method Description
boolean equals​(Object obj) Compares the specified obj parameter with this OpenMBeanOperationInfo instance for equality.
String getDescription() Returns a human readable description of the operation described by this OpenMBeanOperationInfo instance.
int getImpact() Returns an int constant qualifying the impact of the operation described by this OpenMBeanOperationInfo instance.
String getName() Returns the name of the operation described by this OpenMBeanOperationInfo instance.
OpenType<?> getReturnOpenType() Returns the open type of the values returned by the operation described by this OpenMBeanOperationInfo instance.
String getReturnType() Returns the fully qualified Java class name of the values returned by the operation described by thisOpenMBeanOperationInfo instance.
MBeanParameterInfo[] getSignature() Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance.
int hashCode() Returns the hash code value for this OpenMBeanOperationInfo instance.
String toString() Returns a string representation of this OpenMBeanOperationInfo instance.