JavaTM 2 Platform
Standard Ed. 6

javax.management
接口 DescriptorRead

所有已知子接口:
DescriptorAccess
所有已知实现类:
MBeanAttributeInfo, MBeanConstructorInfo, MBeanFeatureInfo, MBeanInfo, MBeanNotificationInfo, MBeanOperationInfo, MBeanParameterInfo, ModelMBeanAttributeInfo, ModelMBeanConstructorInfo, ModelMBeanInfoSupport, ModelMBeanNotificationInfo, ModelMBeanOperationInfo, OpenMBeanAttributeInfoSupport, OpenMBeanConstructorInfoSupport, OpenMBeanInfoSupport, OpenMBeanOperationInfoSupport, OpenMBeanParameterInfoSupport

public interface DescriptorRead

读取管理接口元素(如 MBeanInfo)的 Descriptor 的接口。

从以下版本开始:
1.6

方法摘要
 Descriptor getDescriptor()
          返回 Descriptor 的副本。
 

方法详细信息

getDescriptor

Descriptor getDescriptor()
返回 Descriptor 的副本。

返回:
与实现此接口的组件关联的 Descriptor。返回值永远不能为 null,但返回的描述符可以为空。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only