javax.management
Interface DescriptorAccess

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

public interface DescriptorAccess

This interface is used to gain access to descriptors of a JMX component.

ModelMBeans use this interface in ModelMBeanInfo classes.

Version:
$Revision: 1.2 $
Author:
Adrian Brock.
See Also:
Descriptor, ModelMBean, ModelMBeanInfo

Method Summary
 Descriptor getDescriptor()
          Retrieves the descriptor.
 void setDescriptor(Descriptor inDescriptor)
          Sets the descriptor.
 

Method Detail

getDescriptor

public Descriptor getDescriptor()
Retrieves the descriptor.

Returns:
the descriptor.

setDescriptor

public void setDescriptor(Descriptor inDescriptor)
Sets the descriptor.

Parameters:
inDescriptor - the new descriptor.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.