Example usage for Java javax.management.modelmbean ModelMBeanOperationInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
ModelMBeanOperationInfo(String name, String description, MBeanParameterInfo[] signature, String type, int impact) Constructs a ModelMBeanOperationInfo object with a default descriptor. | |
ModelMBeanOperationInfo(String description, Method operationMethod) Constructs a ModelMBeanOperationInfo object with a default descriptor. |
Descriptor | getDescriptor() Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo. |
String | getName() Returns the name of the feature. |
MBeanParameterInfo[] | getSignature() Returns the list of parameters for this operation. |