javax.management
Interface DescriptorAccess

All Known Implementing Classes:
ModelMBeanAttributeInfo, ModelMBeanConstructorInfo, ModelMBeanNotificationInfo, ModelMBeanOperationInfo

public interface DescriptorAccess

Use to gain access to the Descriptor class associated with a JMX component.


Method Summary
 javax.management.Descriptor getDescriptor()
          Returns a copy of the Descriptor
 void setDescriptor(javax.management.Descriptor inDescriptor)
          Sets the Descriptor and replaces the other (if any)
 

Method Detail

getDescriptor

public javax.management.Descriptor getDescriptor()
Returns a copy of the Descriptor


setDescriptor

public void setDescriptor(javax.management.Descriptor inDescriptor)
Sets the Descriptor and replaces the other (if any)

Parameters:
inDescriptor - The Descriptor to set.