-  
       
- All Known Subinterfaces:
 -  
         
DescriptorAccess 
- 所有已知实现类:
 -  
         
MBeanAttributeInfo,MBeanConstructorInfo,MBeanFeatureInfo,MBeanInfo,MBeanNotificationInfo,MBeanOperationInfo,MBeanParameterInfo,ModelMBeanAttributeInfo,ModelMBeanConstructorInfo,ModelMBeanInfoSupport,ModelMBeanNotificationInfo,ModelMBeanOperationInfo,OpenMBeanAttributeInfoSupport,OpenMBeanConstructorInfoSupport,OpenMBeanInfoSupport,OpenMBeanOperationInfoSupport,OpenMBeanParameterInfoSupport 
public interface DescriptorRead用于读取管理接口元素(如MBeanInfo)的描述符的接口。- 从以下版本开始:
 - 1.6
 
 
-  
        
       
-  
             
方法摘要
所有方法 实例方法 抽象方法 变量和类型 方法 描述 DescriptorgetDescriptor()返回描述符的副本。 
 -  
             
 
-  
        
       
-  
             
方法详细信息
-  
getDescriptor
Descriptor getDescriptor()
返回描述符的副本。- 结果
 - Descriptor associated with the component implementing this interface. The return value is never null, but the returned descriptor may be empty.
 
 
 -  
 
 -