クラス
javax.management.Attributeの使用
Attributeを使用するパッケージ
パッケージ
説明
Java Management Extensionsのコア・クラスを提供します。
ModelMBeanクラスの定義を提供します。
-
javax.managementでのAttributeの使用
Attribute型の引数を持つ型を返すjavax.managementのメソッドAttribute型のパラメータを持つjavax.managementのメソッド修飾子と型メソッド説明void
要素として指定された属性を指定された位置に挿入します。void
リストの最後の要素として、指定されたAttribute
を追加します。void
指定された位置の要素を、指定された属性に設定します。void
DynamicMBean.setAttribute(Attribute attribute)
Dynamic MBeanの特定の属性の値を設定します。void
MBeanServer.setAttribute(ObjectName name, Attribute attribute)
void
MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
指定されたMBeanの特定の属性の値を設定します。void
StandardMBean.setAttribute(Attribute attribute)
Attribute型の型引数を持つjavax.managementのコンストラクタ・パラメータ修飾子コンストラクタ説明AttributeList(List<Attribute> list)
指定されたAttributeList
の要素を、List
のイテレータによって返される順に格納する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の特定の属性の値を設定します。