|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface DescriptorAccess
このインタフェースは、JMX コンポーネントに関連付けられた Descriptor クラスの記述子 (MBean、MBeanInfo、MBeanAttributeInfo、MBeanNotificationInfo、MBeanOperationInfo、MBeanParameterInfo) にアクセスする目的で使用されます。
ModelMBeans は、このインタフェースを、ModelMBeanInfo クラス内で広く利用します。
メソッドの概要 | |
---|---|
Descriptor |
getDescriptor()
Descriptor のコピーを返します。 |
void |
setDescriptor(Descriptor inDescriptor)
Descriptor を設定します (完全置換)。 |
メソッドの詳細 |
---|
Descriptor getDescriptor()
setDescriptor(javax.management.Descriptor)
void setDescriptor(Descriptor inDescriptor)
inDescriptor
- このインタフェースを実装するコンポーネントに関連付けられた Descriptor を置換します。inDescriptor が設定先の Info オブジェクトの型に適合しない場合、例外がスローされます。inDescriptor が null の場合、Descriptor はデフォルト値に戻ります。デフォルト値には、少なくとも、記述子名と descriptorType が含まれます。getDescriptor()
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。