| 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 |
|---|---|
MBeanParameterInfo |
MBeanOperationInfo.getSignature()
Returns the list of parameters for this operation.
|
MBeanParameterInfo |
MBeanConstructorInfo.getSignature()
Returns the list of parameters for this constructor.
|
| Modifier and Type | Method and Description |
|---|---|
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.getDescription(MBeanOperationInfo
Customization hook: Get the description that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo 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.
|
protected String |
StandardMBean.getParameterName(MBeanOperationInfo
Customization hook: Get the name that will be used for the sequence MBeanParameterInfo of the MBeanOperationInfo returned by this MBean.
|
| Constructor and Description | |
|---|---|
MBeanConstructorInfo(String
Constructs an
MBeanConstructorInfo object.
|
|
MBeanConstructorInfo(String
Constructs an
MBeanConstructorInfo object.
|
|
MBeanOperationInfo(String
Constructs an
MBeanOperationInfo object.
|
|
MBeanOperationInfo(String
Constructs an
MBeanOperationInfo object.
|
| Constructor and Description | |
|---|---|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object with a default descriptor.
|
|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object with a default descriptor.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OpenMBeanParameterInfoSupport
Describes a parameter used in one or more operations or constructors of an open MBean.
|
| Modifier and Type | Method and Description |
|---|---|
MBeanParameterInfo |
OpenMBeanConstructorInfo.getSignature()
Returns an array of
OpenMBeanParameterInfo instances describing each parameter in the signature of the constructor described by this
OpenMBeanConstructorInfo instance.
|
MBeanParameterInfo |
OpenMBeanOperationInfo.getSignature()
Returns an array of
OpenMBeanParameterInfo instances describing each parameter in the signature of the operation described by this
OpenMBeanOperationInfo instance.
|