| 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 | Method and Description | 
|---|---|
MBeanOperationInfo[] | 
MBeanInfo.getOperations()
Returns the list of operations  of the MBean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected String | 
StandardMBean.getDescription(MBeanOperationInfo info)
Customization hook:
 Get the description that will be used in the MBeanOperationInfo
 returned by this MBean. 
 | 
protected String | 
StandardMBean.getDescription(MBeanOperationInfo op,
              MBeanParameterInfo param,
              int sequence)
Customization hook:
 Get the description that will be used for the  sequence
 MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. 
 | 
protected int | 
StandardMBean.getImpact(MBeanOperationInfo info)
Customization hook:
 Get the impact flag of the operation that will be used in
 the MBeanOperationInfo returned by this MBean. 
 | 
protected String | 
StandardMBean.getParameterName(MBeanOperationInfo op,
                MBeanParameterInfo param,
                int sequence)
Customization hook:
 Get the name that will be used for the sequence
 MBeanParameterInfo of the MBeanOperationInfo returned by this MBean. 
 | 
| Constructor and Description | 
|---|
MBeanInfo(String className,
         String description,
         MBeanAttributeInfo[] attributes,
         MBeanConstructorInfo[] constructors,
         MBeanOperationInfo[] operations,
         MBeanNotificationInfo[] notifications)
Constructs an  
MBeanInfo. | 
MBeanInfo(String className,
         String description,
         MBeanAttributeInfo[] attributes,
         MBeanConstructorInfo[] constructors,
         MBeanOperationInfo[] operations,
         MBeanNotificationInfo[] notifications,
         Descriptor descriptor)
Constructs an  
MBeanInfo. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ModelMBeanOperationInfo
The ModelMBeanOperationInfo object describes a management operation of
 the ModelMBean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MBeanOperationInfo[] | 
ModelMBeanInfo.getOperations()
Returns the list of operations  of the MBean. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
OpenMBeanOperationInfoSupport
Describes an operation of an Open MBean. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MBeanOperationInfo[] | 
OpenMBeanInfo.getOperations()
Returns an array of OpenMBeanOperationInfo instances
 describing each operation in the open MBean described by this
 OpenMBeanInfo instance. 
 | 
 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, 2013, Oracle and/or its affiliates.  All rights reserved.