| Package | Description | 
|---|---|
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | OpenMBeanAttributeInfoDescribes an attribute of an open MBean. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | OpenMBeanAttributeInfoSupportDescribes an attribute of an open MBean. | 
| class  | OpenMBeanParameterInfoSupportDescribes a parameter used in one or more operations or
 constructors of an open MBean. | 
| Constructor and Description | 
|---|
| OpenMBeanConstructorInfoSupport(String name,
                               String description,
                               OpenMBeanParameterInfo[] signature)Constructs an  OpenMBeanConstructorInfoSupportinstance, which describes the constructor of a class of open
 MBeans with the specifiedname,descriptionandsignature. | 
| OpenMBeanConstructorInfoSupport(String name,
                               String description,
                               OpenMBeanParameterInfo[] signature,
                               Descriptor descriptor)Constructs an  OpenMBeanConstructorInfoSupportinstance, which describes the constructor of a class of open
 MBeans with the specifiedname,description,signature, anddescriptor. | 
| OpenMBeanOperationInfoSupport(String name,
                             String description,
                             OpenMBeanParameterInfo[] signature,
                             OpenType<?> returnOpenType,
                             int impact)Constructs an  OpenMBeanOperationInfoSupportinstance, which describes the operation of a class of open
 MBeans, with the specifiedname,description,signature,returnOpenTypeandimpact. | 
| OpenMBeanOperationInfoSupport(String name,
                             String description,
                             OpenMBeanParameterInfo[] signature,
                             OpenType<?> returnOpenType,
                             int impact,
                             Descriptor descriptor)Constructs an  OpenMBeanOperationInfoSupportinstance, which describes the operation of a class of open
 MBeans, with the specifiedname,description,signature,returnOpenType,impact, anddescriptor. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2015, Oracle and/or its affiliates.  All rights reserved.