| 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 |
|---|---|
MBeanConstructorInfo |
MBeanInfo.getConstructors()
Returns the list of the public constructors of the MBean.
|
protected MBeanConstructorInfo |
StandardMBean.getConstructors(MBeanConstructorInfo
Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.
|
| Modifier and Type | Method and Description |
|---|---|
protected MBeanConstructorInfo |
StandardMBean.getConstructors(MBeanConstructorInfo
Customization hook: Get the MBeanConstructorInfo[] that will be used in the MBeanInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanConstructorInfo
Customization hook: Get the description that will be used in the MBeanConstructorInfo returned by this MBean.
|
protected String |
StandardMBean.getDescription(MBeanConstructorInfo
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
|
protected String |
StandardMBean.getParameterName(MBeanConstructorInfo
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanConstructorInfo returned by this MBean.
|
| Constructor and Description | |
|---|---|
MBeanInfo(String
Constructs an
MBeanInfo.
|
|
MBeanInfo(String
Constructs an
MBeanInfo.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModelMBeanConstructorInfo
The ModelMBeanConstructorInfo object describes a constructor of the ModelMBean.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanConstructorInfo |
ModelMBeanInfo.getConstructors()
Returns the list of the public constructors of the MBean.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenMBeanConstructorInfoSupport
Describes a constructor of an Open MBean.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanConstructorInfo |
OpenMBeanInfo.getConstructors()
Returns an array of
OpenMBeanConstructorInfo instances describing each constructor in the open MBean described by this
OpenMBeanInfo instance.
|