Java javax.management.openmbean OpenMBeanOperationInfo fields, constructors, methods, implement or subclass

Example usage for Java javax.management.openmbean OpenMBeanOperationInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.openmbean OpenMBeanOperationInfo.

The text is from its open source code.

Method

StringgetDescription()
Returns a human readable description of the operation described by this OpenMBeanOperationInfo instance.
intgetImpact()
Returns an int constant qualifying the impact of the operation described by this OpenMBeanOperationInfo instance.
StringgetName()
Returns the name of the operation described by this OpenMBeanOperationInfo instance.
OpenTypegetReturnOpenType()
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.