JavaTM 2 Platform
Standard Ed. 6

類別 javax.management.Attribute
的使用

使用 Attribute 的軟體套件
javax.management 提供 Java Management Extensions 的核心類別。 
javax.management.modelmbean 提供了 ModelMBean 類別的定義。 
 

javax.managementAttribute 的使用
 

返回變數型別為 Attribute 的型別的 javax.management 中的方法
 List<Attribute> AttributeList.asList()
          以 List<Attribute> 的形式返回此列表的視圖。
 

參數型別為 Attributejavax.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 的特定屬性值。
 

型別變數型別為 Attributejavax.management 中的建構子參數
AttributeList(List<Attribute> list)
          建構一個套件含指定 List 的元素的 AttributeList,這些元素按 List 的迭代器返回的順序排列。
 

javax.management.modelmbeanAttribute 的使用
 

參數型別為 Attributejavax.management.modelmbean 中的方法
 void ModelMBeanNotificationBroadcaster.sendAttributeChangeNotification(Attribute oldValue, Attribute newValue)
          將包含屬性的原有值和新值的 attributeChangeNotification 發送到 ModelMBean 上已註冊的 AttributeChangeNotification 偵聽器。
 void RequiredModelMBean.sendAttributeChangeNotification(Attribute inOldVal, Attribute inNewVal)
           
 void RequiredModelMBean.setAttribute(Attribute attribute)
          設置指定的 ModelMBean 的指定屬性值。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only