JavaTM 2 Platform
Standard Ed. 5.0

クラス
javax.management.MBeanAttributeInfo の使用

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

javax.management での MBeanAttributeInfo の使用
 

MBeanAttributeInfo を返す javax.management のメソッド
 MBeanAttributeInfo[] MBeanInfo.getAttributes()
          管理用の公開属性のリストを返します。
 

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

MBeanAttributeInfo 型のパラメータを持つ javax.management のコンストラクタ
MBeanInfo(String className, String description, MBeanAttributeInfo[] attributes, MBeanConstructorInfo[] constructors, MBeanOperationInfo[] operations, MBeanNotificationInfo[] notifications)
          MBeanInfo を構築します。
 

javax.management.modelmbean での MBeanAttributeInfo の使用
 

javax.management.modelmbean での MBeanAttributeInfo のサブクラス
 class ModelMBeanAttributeInfo
          ModelMBeanAttributeInfo オブジェクトは、ModelMBean の属性を説明します。
 

MBeanAttributeInfo を返す javax.management.modelmbean のメソッド
 MBeanAttributeInfo[] ModelMBeanInfo.getAttributes()
          管理用の公開属性のリストを返します。
 

javax.management.openmbean での MBeanAttributeInfo の使用
 

javax.management.openmbean での MBeanAttributeInfo のサブクラス
 class OpenMBeanAttributeInfoSupport
          公開 MBean の属性を記述します。
 

MBeanAttributeInfo を返す javax.management.openmbean のメソッド
 MBeanAttributeInfo[] OpenMBeanInfo.getAttributes()
          この OpenMBeanInfo インスタンスによって記述された公開 MBean 内の個々の属性を記述する OpenMBeanAttributeInfo インスタンスの配列を返します。
 


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