| Package | Description | 
|---|---|
| javax.management | 
 Provides the core classes for the Java Management Extensions. 
 | 
| javax.management.modelmbean | 
 Provides the definition of the ModelMBean classes. 
 | 
| javax.management.openmbean | 
 Provides the open data types and Open MBean descriptor classes. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MBeanAttributeInfo
Describes an MBean attribute exposed for management. 
 | 
class  | 
MBeanConstructorInfo
Describes a constructor exposed by an MBean. 
 | 
class  | 
MBeanNotificationInfo
The  
MBeanNotificationInfo class is used to describe the
 characteristics of the different notification instances
 emitted by an MBean, for a given Java class of notification. | 
class  | 
MBeanOperationInfo
Describes a management operation exposed by an MBean. 
 | 
class  | 
MBeanParameterInfo
Describes an argument of an operation exposed by an MBean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
StandardMBean.getDescription(MBeanFeatureInfo info)
Customization hook:
 Get the description that will be used in the MBeanFeatureInfo
 returned by this MBean. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ModelMBeanAttributeInfo
The ModelMBeanAttributeInfo object describes an attribute of the ModelMBean. 
 | 
class  | 
ModelMBeanConstructorInfo
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean. 
 | 
class  | 
ModelMBeanNotificationInfo
The ModelMBeanNotificationInfo object describes a notification emitted
 by a ModelMBean. 
 | 
class  | 
ModelMBeanOperationInfo
The ModelMBeanOperationInfo object describes a management operation of
 the ModelMBean. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OpenMBeanAttributeInfoSupport
Describes an attribute of an open MBean. 
 | 
class  | 
OpenMBeanConstructorInfoSupport
Describes a constructor of an Open MBean. 
 | 
class  | 
OpenMBeanOperationInfoSupport
Describes an operation of an Open MBean. 
 | 
class  | 
OpenMBeanParameterInfoSupport
Describes a parameter used in one or more operations or
 constructors of an open MBean. 
 | 
 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, 2016, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.