|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Attribute を使用しているパッケージ | |
---|---|
javax.management | Java Management Extensions のコアクラスを提供します。 |
javax.management.modelmbean | ModelMBean クラスの定義を提供します。 |
javax.management での 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 |
StandardMBean.setAttribute(Attribute attribute)
|
void |
DynamicMBean.setAttribute(Attribute attribute)
Dynamic MBean の特定の属性の値を設定します。 |
void |
MBeanServerConnection.setAttribute(ObjectName name,
Attribute attribute)
指定された MBean の特定の属性の値を設定します。 |
void |
MBeanServer.setAttribute(ObjectName name,
Attribute attribute)
指定された MBean の特定の属性の値を設定します。 |
javax.management.modelmbean での Attribute の使用 |
---|
Attribute 型のパラメータを持つ javax.management.modelmbean のメソッド | |
---|---|
void |
RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal,
Attribute inNewVal)
|
void |
ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue,
Attribute newValue)
ModelMBean 上の登録済み AttributeChangeNotification リスナーに、属性の古い値と新しい値を含む attributeChangeNotification を送信します。 |
void |
RequiredModelMBean.setAttribute(Attribute attribute)
指定の ModelMBean の特定の属性の値を設定します。 |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前 次 | フレームあり フレームなし |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。