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 | Description |
---|---|---|
class |
ImmutableDescriptor
An immutable descriptor.
|
Modifier and Type | Method | Description |
---|---|---|
Descriptor |
ImmutableDescriptor.clone()
Returns a descriptor which is equal to this descriptor.
|
|
Descriptor |
MBeanFeatureInfo.getDescriptor()
Returns the descriptor for the feature.
|
|
Descriptor |
DescriptorRead.getDescriptor()
Returns a copy of Descriptor.
|
|
Descriptor |
MBeanInfo.getDescriptor()
Get the descriptor of this MBeanInfo.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DescriptorAccess.setDescriptor(Descriptor inDescriptor)
Sets Descriptor (full replace).
|
|
static ImmutableDescriptor |
ImmutableDescriptor.union(Descriptor... descriptors)
Return an
ImmutableDescriptor whose contents are the union of
the given descriptors. |
Constructor | Description |
---|---|
MBeanAttributeInfo(String name,
String type,
String description,
boolean isReadable,
boolean isWritable,
boolean isIs,
Descriptor descriptor)
Constructs an
MBeanAttributeInfo object. |
|
MBeanConstructorInfo(String name,
String description,
MBeanParameterInfo[] signature,
Descriptor descriptor)
Constructs an
MBeanConstructorInfo object. |
|
MBeanFeatureInfo(String name,
String description,
Descriptor descriptor)
Constructs an
MBeanFeatureInfo object. |
|
MBeanInfo(String className,
String description,
MBeanAttributeInfo[] attributes,
MBeanConstructorInfo[] constructors,
MBeanOperationInfo[] operations,
MBeanNotificationInfo[] notifications,
Descriptor descriptor)
Constructs an
MBeanInfo . |
|
MBeanNotificationInfo(String[] notifTypes,
String name,
String description,
Descriptor descriptor)
Constructs an
MBeanNotificationInfo object. |
|
MBeanOperationInfo(String name,
String description,
MBeanParameterInfo[] signature,
String type,
int impact,
Descriptor descriptor)
Constructs an
MBeanOperationInfo object. |
|
MBeanParameterInfo(String name,
String type,
String description,
Descriptor descriptor)
Constructs an
MBeanParameterInfo object. |
Modifier and Type | Class | Description |
---|---|---|
class |
DescriptorSupport
This class represents the metadata set for a ModelMBean element.
|
Modifier and Type | Method | Description |
---|---|---|
Descriptor |
ModelMBeanInfoSupport.getDescriptor() |
|
Descriptor |
ModelMBeanAttributeInfo.getDescriptor()
Gets a copy of the associated Descriptor for the
ModelMBeanAttributeInfo.
|
|
Descriptor |
ModelMBeanConstructorInfo.getDescriptor()
Returns a copy of the associated Descriptor.
|
|
Descriptor |
ModelMBeanOperationInfo.getDescriptor()
Returns a copy of the associated Descriptor of the
ModelMBeanOperationInfo.
|
|
Descriptor |
ModelMBeanNotificationInfo.getDescriptor()
Returns a copy of the associated Descriptor for the
ModelMBeanNotificationInfo.
|
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String inDescriptorName)
Returns a Descriptor requested by name.
|
|
Descriptor |
ModelMBeanInfoSupport.getDescriptor(String inDescriptorName,
String inDescriptorType) |
|
Descriptor |
ModelMBeanInfo.getDescriptor(String inDescriptorName,
String inDescriptorType)
Returns a Descriptor requested by name and descriptorType.
|
|
Descriptor[] |
ModelMBeanInfoSupport.getDescriptors(String inDescriptorType) |
|
Descriptor[] |
ModelMBeanInfo.getDescriptors(String inDescriptorType)
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 | Description |
---|---|---|
void |
ModelMBeanAttributeInfo.setDescriptor(Descriptor inDescriptor)
Sets associated Descriptor (full replace) for the
ModelMBeanAttributeDescriptor.
|
|
void |
ModelMBeanConstructorInfo.setDescriptor(Descriptor inDescriptor)
Sets associated Descriptor (full replace) of
ModelMBeanConstructorInfo.
|
|
void |
ModelMBeanOperationInfo.setDescriptor( |