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

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

Introduction

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

The text is from its open source code.

Constructor

OpenMBeanParameterInfoSupport(String name, String description, OpenType openType)
Constructs an OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified name , openType and description .