JavaTM 2 Platform
Standard Ed. 5.0

クラス
javax.management.MBeanFeatureInfo の使用

MBeanFeatureInfo を使用しているパッケージ
javax.management Java Management Extensions のコアクラスを提供します。 
javax.management.modelmbean ModelMBean クラスの定義を提供します。 
javax.management.openmbean 公開データ型と Open MBean 記述子クラスを提供します。 
 

javax.management での MBeanFeatureInfo の使用
 

javax.management での MBeanFeatureInfo のサブクラス
 class MBeanAttributeInfo
          管理用として公開される MBean 属性を記述します。
 class MBeanConstructorInfo
          MBean によって公開されるコンストラクタを記述します。
 class MBeanNotificationInfo
          MBeanNotificationInfo クラスは、MBean によって発行された、指定の通知 Java クラスに対する複数の異なった通知インスタンスの特性を記述します。
 class MBeanOperationInfo
          MBean によって公開される管理オペレーションを記述します。
 class MBeanParameterInfo
          MBean によって公開されるオペレーションの引数を記述します。
 

MBeanFeatureInfo 型のパラメータを持つ javax.management のメソッド
protected  String StandardMBean.getDescription(MBeanFeatureInfo info)
          カスタマイズフック: この MBean が返す MBeanFeatureInfo 内で使用される説明を取得します。
 

javax.management.modelmbean での MBeanFeatureInfo の使用
 

javax.management.modelmbean での MBeanFeatureInfo のサブクラス
 class ModelMBeanAttributeInfo
          ModelMBeanAttributeInfo オブジェクトは、ModelMBean の属性を説明します。
 class ModelMBeanConstructorInfo
          ModelMBeanConstructorInfo オブジェクトは、ModelMBean のコンストラクタを説明します。
 class ModelMBeanNotificationInfo
          ModelMBeanNotificationInfo オブジェクトは、ModelMBean が発行する通知を説明します。
 class ModelMBeanOperationInfo
          ModelMBeanOperationInfo オブジェクトは、ModelMBean の管理オペレーションを説明します。
 

javax.management.openmbean での MBeanFeatureInfo の使用
 

javax.management.openmbean での MBeanFeatureInfo のサブクラス
 class OpenMBeanAttributeInfoSupport
          公開 MBean の属性を記述します。
 class OpenMBeanConstructorInfoSupport
          Open MBean のコンストラクタを記述します。
 class OpenMBeanOperationInfoSupport
          Open MBean のオペレーションを記述します。
 class OpenMBeanParameterInfoSupport
          公開 MBean の 1 つ以上のオペレーションまたはコンストラクタで使用されるパラメータを記述します。
 


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 も参照してください。