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

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

Introduction

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

The text is from its open source code.

Constructor

OpenMBeanOperationInfoSupport(String name, String description, OpenMBeanParameterInfo[] signature, OpenType returnOpenType, int impact)

Constructs an OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified name , description , signature , returnOpenType and impact .

The signature array parameter is internally copied, so that subsequent changes to the array referenced by signature have no effect on this instance.