| 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 |
ImmutableDescriptor
An immutable descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
ImmutableDescriptor.clone()
Returns a descriptor which is equal to this descriptor.
|
Descriptor |
MBeanInfo.getDescriptor()
Get the descriptor of this MBeanInfo.
|
Descriptor |
DescriptorRead.getDescriptor()
Returns a copy of Descriptor.
|
Descriptor |
MBeanFeatureInfo.getDescriptor()
Returns the descriptor for the feature.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescriptorAccess.setDescriptor(Descriptor
Sets Descriptor (full replace).
|
static ImmutableDescriptor |
ImmutableDescriptor.union(Descriptor
Return an
ImmutableDescriptor whose contents are the union of the given descriptors.
|
| Constructor and Description | |
|---|---|
MBeanAttributeInfo(String
Constructs an
MBeanAttributeInfo object.
|
|
MBeanConstructorInfo(String
Constructs an
MBeanConstructorInfo object.
|
|
MBeanFeatureInfo(String
Constructs an
MBeanFeatureInfo object.
|
|
MBeanInfo(String
Constructs an
MBeanInfo.
|
|
MBeanNotificationInfo(String
Constructs an
MBeanNotificationInfo object.
|
|
MBeanOperationInfo(String
Constructs an
MBeanOperationInfo object.
|
|
MBeanParameterInfo(String
Constructs an
MBeanParameterInfo object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptorSupport
This class represents the metadata set for a ModelMBean element.
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
ModelMBeanInfoSupport.getDescriptor()
|
Descriptor |
ModelMBeanNotificationInfo.getDescriptor()
Returns a copy of the associated Descriptor for the ModelMBeanNotificationInfo.
|
Descriptor |
ModelMBeanConstructorInfo.getDescriptor()
Returns a copy of the associated Descriptor.
|
Descriptor |
ModelMBeanAttributeInfo.getDescriptor()
Gets a copy of the associated Descriptor for the ModelMBeanAttributeInfo.
|
Descriptor |
ModelMBeanOperationInfo.getDescriptor()
Returns a copy of the associated Descriptor of the ModelMBeanOperationInfo.
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String
Returns a Descriptor requested by name.
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String
|
Descriptor |
ModelMBeanInfo.getDescriptor(String
Returns a Descriptor requested by name and descriptorType.
|
Descriptor |
ModelMBeanInfoSupport.getDescriptors(String
|
Descriptor |
ModelMBeanInfo.getDescriptors(String
Returns a Descriptor array consisting of all Descriptors for the ModelMBeanInfo of type inDescriptorType.
|
Descriptor |
ModelMBeanInfoSupport.getMBeanDescriptor()
|
Descriptor |
ModelMBeanInfo.getMBeanDescriptor()
Returns the ModelMBean's descriptor which contains MBean wide policies.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelMBeanNotificationInfo.setDescriptor(Descriptor
Sets associated Descriptor (full replace) for the ModelMBeanNotificationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
|
void |
ModelMBeanConstructorInfo.setDescriptor(Descriptor
Sets associated Descriptor (full replace) of ModelMBeanConstructorInfo.
|
void |
ModelMBeanAttributeInfo.setDescriptor(Descriptor
Sets associated Descriptor (full replace) for the ModelMBeanAttributeDescriptor.
|
void |
ModelMBeanOperationInfo.setDescriptor(Descriptor
Sets associated Descriptor (full replace) for the ModelMBeanOperationInfo If the new Descriptor is null, then the associated Descriptor reverts to a default descriptor.
|
void |
ModelMBeanInfoSupport.setDescriptor(Descriptor
|
void |
ModelMBeanInfo.setDescriptor(Descriptor
Sets descriptors in the info array of type inDescriptorType for the ModelMBean.
|
void |
ModelMBeanInfoSupport.setDescriptors(Descriptor
|
void |
ModelMBeanInfo.setDescriptors(Descriptor
Adds or replaces descriptors in the ModelMBeanInfo.
|
void |
ModelMBeanInfoSupport.setMBeanDescriptor(Descriptor
|
void |
ModelMBeanInfo.setMBeanDescriptor(Descriptor
Sets the ModelMBean's descriptor.
|
| Constructor and Description | |
|---|---|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object.
|
|
ModelMBeanAttributeInfo(String
Constructs a ModelMBeanAttributeInfo object.
|
|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object.
|
|
ModelMBeanConstructorInfo(String
Constructs a ModelMBeanConstructorInfo object.
|
|
ModelMBeanInfoSupport(String
Creates a ModelMBeanInfoSupport with the provided information and the descriptor given in parameter.
|
|
ModelMBeanNotificationInfo(String
Constructs a ModelMBeanNotificationInfo object.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object.
|
|
ModelMBeanOperationInfo(String
Constructs a ModelMBeanOperationInfo object.
|
| Constructor and Description | |
|---|---|
OpenMBeanAttributeInfoSupport(String
Constructs an
OpenMBeanAttributeInfoSupport instance, which describes the attribute of an open MBean with the specified
name,
openType,
description, read/write access properties, and
Descriptor.
|
|
OpenMBeanConstructorInfoSupport(String
Constructs an
OpenMBeanConstructorInfoSupport instance, which describes the constructor of a class of open MBeans with the specified
name,
description,
signature, and
descriptor.
|
|
OpenMBeanInfoSupport(String
Constructs an
OpenMBeanInfoSupport instance, which describes a class of open MBeans with the specified
className,
description,
openAttributes,
openConstructors ,
openOperations,
notifications, and
descriptor.
|
|
OpenMBeanOperationInfoSupport(String
Constructs an
OpenMBeanOperationInfoSupport instance, which describes the operation of a class of open MBeans, with the specified
name,
description,
signature,
returnOpenType,
impact, and
descriptor.
|
|
OpenMBeanParameterInfoSupport(String
Constructs an
OpenMBeanParameterInfoSupport instance, which describes the parameter used in one or more operations or constructors of a class of open MBeans, with the specified
name,
openType,
description, and
descriptor.
|