Example usage for Java javax.management.openmbean OpenMBeanOperationInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
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. |
MBeanParameterInfo[] | getSignature() Returns an array of OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this OpenMBeanOperationInfo instance. |