Java javax.management.modelmbean ModelMBeanOperationInfo fields, constructors, methods, implement or subclass

Example usage for Java javax.management.modelmbean ModelMBeanOperationInfo fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Constructor

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.

Method

DescriptorgetDescriptor()
Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo.
StringgetName()
Returns the name of the feature.
MBeanParameterInfo[]getSignature()

Returns the list of parameters for this operation.