JavaTM Platform
Standard Ed. 6

クラス
javax.management.Attribute の使用

Attribute を使用しているパッケージ
javax.management Java Management Extensions のコアクラスを提供します。 
javax.management.modelmbean ModelMBean クラスの定義を提供します。 
 

javax.management での Attribute の使用
 

Attribute 型の引数を持つ型を返す javax.management のメソッド
 List<Attribute> AttributeList.asList()
          このリストのビューを List<Attribute> として返します。
 

Attribute 型のパラメータを持つ javax.management のメソッド
 void AttributeList.add(Attribute object)
          リストの最後の要素として、指定された Attribute を追加します。
 void AttributeList.add(int index, Attribute object)
          要素として指定された属性を指定された位置に挿入します。
 void AttributeList.set(int index, Attribute object)
          指定された位置の要素を、指定された属性に設定します。
 void DynamicMBean.setAttribute(Attribute attribute)
          Dynamic MBean の特定の属性の値を設定します。
 void StandardMBean.setAttribute(Attribute attribute)
           
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
           
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          指定された MBean の特定の属性の値を設定します。
 

Attribute 型の型引数を持つ javax.management のコンストラクタパラメータ
AttributeList(List<Attribute> list)
          指定された List の要素を含む AttributeList を、List の反復子が返す順序で作成します。
 

javax.management.modelmbean での Attribute の使用
 

Attribute 型のパラメータを持つ javax.management.modelmbean のメソッド
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          ModelMBean 上の登録済み AttributeChangeNotification リスナーに、属性の古い値と新しい値を含む attributeChangeNotification を送信します。
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 void RequiredModelMBean.setAttribute(Attribute attribute)
          指定の ModelMBean の特定の属性の値を設定します。
 


JavaTM Platform
Standard Ed. 6

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

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