This interface defines behavioral and runtime metadata for ModelMBeans.
A descriptor is a set of name-value pairs.
The
DescriptorAccess interface defines how to get and set
Descriptors for a ModelMBean's metadata classes.
The implementation must implement the following constructors.
Descriptor() returns an empty descriptor.
Descriptor(Descriptor) returns a copy of the decriptor.
Descriptor(String[], Object[]) a constructor that verifies the
field names include a descriptorType and that predefined fields
contain valid values.
See Also: javax.management.DescriptorAccess See Also: javax.management.modelmbean.ModelMBean author: Adrian Brock. version: $Revision: 57200 $ |