JavaTM 2 Platform
Standard Ed. 5.0

javax.management
インタフェース DescriptorAccess

既知の実装クラスの一覧:
ModelMBeanAttributeInfo, ModelMBeanConstructorInfo, ModelMBeanNotificationInfo, ModelMBeanOperationInfo

public interface DescriptorAccess

このインタフェースは、JMX コンポーネントに関連付けられた Descriptor クラスの記述子 (MBean、MBeanInfo、MBeanAttributeInfo、MBeanNotificationInfo、MBeanOperationInfo、MBeanParameterInfo) にアクセスする目的で使用されます。

ModelMBeans は、このインタフェースを、ModelMBeanInfo クラス内で広く利用します。

導入されたバージョン:
1.5

メソッドの概要
 Descriptor getDescriptor()
          Descriptor のコピーを返します。
 void setDescriptor(Descriptor inDescriptor)
          Descriptor を設定します (完全置換)。
 

メソッドの詳細

getDescriptor

Descriptor getDescriptor()
Descriptor のコピーを返します。

戻り値:
このインタフェースを実装するコンポーネントに関連づけられた記述子。null が返されることはない。少なくとも、記述子名、descriptorType を持つデフォルトの記述子が返される
関連項目:
setDescriptor(javax.management.Descriptor)

setDescriptor

void setDescriptor(Descriptor inDescriptor)
Descriptor を設定します (完全置換)。

パラメータ:
inDescriptor - このインタフェースを実装するコンポーネントに関連付けられた Descriptor を置換します。inDescriptor が設定先の Info オブジェクトの型に適合しない場合、例外がスローされます。inDescriptor が null の場合、Descriptor はデフォルト値に戻ります。デフォルト値には、少なくとも、記述子名と descriptorType が含まれます。
関連項目:
getDescriptor()

JavaTM 2 Platform
Standard Ed. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。