インタフェース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
-
メソッドのサマリー
-
メソッドの詳細
-
getDescriptor
Descriptor getDescriptor()Descriptorのコピーを返します。- 戻り値:
- このインタフェースを実装するコンポーネントに関連付けられた記述子。 戻り値がnullになることはないが、空の記述子が返されることはある。
-