javax.management
Interface DescriptorAccess
- All Known Implementing Classes:
- ModelMBeanOperationInfo, ModelMBeanAttributeInfo, ModelMBeanNotificationInfo, ModelMBeanConstructorInfo
- public interface DescriptorAccess
Use to gain access to the Descriptor
class associated with
a JMX component.
- Version:
- $Revision: 1.3 $
- Author:
- Simone Bordet
getDescriptor
public Descriptor getDescriptor()
- Returns a copy of the
Descriptor
- Parameters:
Descriptor
- The copy of the Descriptor
setDescriptor
public void setDescriptor(Descriptor inDescriptor)
- Sets the
Descriptor
and replaces the other (if any)
- Parameters:
inDescriptor
- The Descriptor
to set.
Copyright © 2001-2002 MX4J Team. All Rights Reserved.