- 所有已知的子接口:
-
DescriptorAccess
- 所有已知的实现类:
-
MBeanAttributeInfo,MBeanConstructorInfo,MBeanFeatureInfo,MBeanInfo,MBeanNotificationInfo,MBeanOperationInfo,MBeanParameterInfo,ModelMBeanAttributeInfo,ModelMBeanConstructorInfo,ModelMBeanInfoSupport,ModelMBeanNotificationInfo,ModelMBeanOperationInfo,OpenMBeanAttributeInfoSupport,OpenMBeanConstructorInfoSupport,OpenMBeanInfoSupport,OpenMBeanOperationInfoSupport,OpenMBeanParameterInfoSupport
public interface DescriptorRead
用于读取管理接口元素(如MBeanInfo)的描述符的接口。
- 自从:
- 1.6
-
Method Summary
-
Method Details
-
getDescriptor
Descriptor getDescriptor()返回描述符的副本。- 返回:
- 与实现此接口的组件关联的描述符。返回值永远不会是null,但返回的描述符可能为空。
-