|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 AttributeList 的軟體套件 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心類別。 |
javax.management.modelmbean | 提供了 ModelMBean 類別的定義。 |
javax.management.remote.rmi | RMI 連接器是供 JMX Remote API 使用的一種連接器,後者使用 RMI 將客戶端請求傳輸到遠端 MBean 伺服器。 |
javax.management 中 AttributeList 的使用 |
---|
返回 AttributeList 的 javax.management 中的方法 | |
---|---|
AttributeList |
MBeanServer.getAttributes(ObjectName name,
String[] attributes)
|
AttributeList |
MBeanServerConnection.getAttributes(ObjectName name,
String[] attributes)
獲得指定 MBean 的多個屬性值。 |
AttributeList |
DynamicMBean.getAttributes(String[] attributes)
獲得 Dynamic MBean 多個屬性的值。 |
AttributeList |
StandardMBean.getAttributes(String[] attributes)
|
AttributeList |
DynamicMBean.setAttributes(AttributeList attributes)
設置 Dynamic MBean 多個屬性的值。 |
AttributeList |
StandardMBean.setAttributes(AttributeList attributes)
|
AttributeList |
MBeanServer.setAttributes(ObjectName name,
AttributeList attributes)
|
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name,
AttributeList attributes)
設置指定 MBean 的多個屬性值。 |
參數型別為 AttributeList 的 javax.management 中的方法 | |
---|---|
boolean |
AttributeList.addAll(AttributeList list)
將指定 AttributeList 中的所有元素追加到列表的末尾,元素的順序是指定 AttributeList 的 Iterator 所返回的順序。 |
boolean |
AttributeList.addAll(int index,
AttributeList list)
將指定 AttributeList 中的所有元素插入此列表,從指定的位置開始插入,元素的順序是指定 Attribute 的 Iterator 所返回的順序。 |
AttributeList |
DynamicMBean.setAttributes(AttributeList attributes)
設置 Dynamic MBean 多個屬性的值。 |
AttributeList |
StandardMBean.setAttributes(AttributeList attributes)
|
AttributeList |
MBeanServer.setAttributes(ObjectName name,
AttributeList attributes)
|
AttributeList |
MBeanServerConnection.setAttributes(ObjectName name,
AttributeList attributes)
設置指定 MBean 的多個屬性值。 |
參數型別為 AttributeList 的 javax.management 中的建構子 | |
---|---|
AttributeList(AttributeList list)
建構一個套件含指定 AttributeList 元素的 AttributeList ,元素的順序是該 AttributeList 的迭代器所返回的順序。 |
javax.management.modelmbean 中 AttributeList 的使用 |
---|
返回 AttributeList 的 javax.management.modelmbean 中的方法 | |
---|---|
AttributeList |
RequiredModelMBean.getAttributes(String[] attrNames)
返回 ModelMBean 中幾個屬性的值。 |
AttributeList |
RequiredModelMBean.setAttributes(AttributeList attributes)
設置此 ModelMBean 的屬性陣列的值。 |
參數型別為 AttributeList 的 javax.management.modelmbean 中的方法 | |
---|---|
AttributeList |
RequiredModelMBean.setAttributes(AttributeList attributes)
設置此 ModelMBean 的屬性陣列的值。 |
javax.management.remote.rmi 中 AttributeList 的使用 |
---|
返回 AttributeList 的 javax.management.remote.rmi 中的方法 | |
---|---|
AttributeList |
RMIConnection.getAttributes(ObjectName name,
String[] attributes,
Subject delegationSubject)
處理 MBeanServerConnection.getAttributes(ObjectName, String[]) 方法。 |
AttributeList |
RMIConnectionImpl.getAttributes(ObjectName name,
String[] attributes,
Subject delegationSubject)
|
AttributeList |
RMIConnectionImpl_Stub.getAttributes(ObjectName $param_ObjectName_1,
String[] $param_arrayOf_String_2,
Subject $param_Subject_3)
|
AttributeList |
RMIConnection.setAttributes(ObjectName name,
MarshalledObject attributes,
Subject delegationSubject)
處理 MBeanServerConnection.setAttributes(ObjectName, AttributeList) 方法。 |
AttributeList |
RMIConnectionImpl.setAttributes(ObjectName name,
MarshalledObject attributes,
Subject delegationSubject)
|
AttributeList |
RMIConnectionImpl_Stub.setAttributes(ObjectName $param_ObjectName_1,
MarshalledObject $param_MarshalledObject_2,
Subject $param_Subject_3)
|
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。