The {@link DescriptorAccess} interface defines how to get and setDescriptors 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 javax.management.DescriptorAccess @see javax.management.modelmbean.ModelMBean @author Adrian Brock. @version $Revision: 1.2 $
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|