- 
- 既知のすべてのサブインタフェース:
- DescriptorAccess
 - 既知のすべての実装クラス:
- MBeanAttributeInfo,- MBeanConstructorInfo,- MBeanFeatureInfo,- MBeanInfo,- MBeanNotificationInfo,- MBeanOperationInfo,- MBeanParameterInfo,- ModelMBeanAttributeInfo,- ModelMBeanConstructorInfo,- ModelMBeanInfoSupport,- ModelMBeanNotificationInfo,- ModelMBeanOperationInfo,- OpenMBeanAttributeInfoSupport,- OpenMBeanConstructorInfoSupport,- OpenMBeanInfoSupport,- OpenMBeanOperationInfoSupport,- OpenMBeanParameterInfoSupport
 
 public interface DescriptorReadMBeanInfoなどの管理インタフェース要素のDescriptorを読み取るためのインタフェースです。- 導入されたバージョン:
- 1.6
 
- 
- 
メソッドのサマリー修飾子と型 メソッド 説明 DescriptorgetDescriptor()Descriptorのコピーを返します。
 
- 
- 
- 
メソッドの詳細- 
getDescriptorDescriptor getDescriptor() Descriptorのコピーを返します。- 戻り値:
- このインタフェースを実装するコンポーネントに関連付けられた記述子。 戻り値がnullになることはないが、空の記述子が返されることはある。
 
 
- 
 
-