|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
上一個 下一個 | 框架 無框架 |
使用 InvalidAttributeValueException 的軟體套件 | |
---|---|
javax.management | 提供 Java Management Extensions 的核心類別。 |
javax.management.modelmbean | 提供了 ModelMBean 類別的定義。 |
javax.management.remote.rmi | RMI 連接器是供 JMX Remote API 使用的一種連接器,後者使用 RMI 將客戶端請求傳輸到遠端 MBean 伺服器。 |
javax.management 中 InvalidAttributeValueException 的使用 |
---|
拋出 InvalidAttributeValueException 的 javax.management 中的方法 | |
---|---|
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 的特定屬性值。 |
javax.management.modelmbean 中 InvalidAttributeValueException 的使用 |
---|
拋出 InvalidAttributeValueException 的 javax.management.modelmbean 中的方法 | |
---|---|
void |
RequiredModelMBean.setAttribute(Attribute attribute)
設置指定的 ModelMBean 的指定屬性值。 |
javax.management.remote.rmi 中 InvalidAttributeValueException 的使用 |
---|
拋出 InvalidAttributeValueException 的 javax.management.remote.rmi 中的方法 | |
---|---|
void |
RMIConnection.setAttribute(ObjectName name,
MarshalledObject attribute,
Subject delegationSubject)
處理 MBeanServerConnection.setAttribute(ObjectName, Attribute) 方法。 |
void |
RMIConnectionImpl.setAttribute(ObjectName name,
MarshalledObject attribute,
Subject delegationSubject)
|
void |
RMIConnectionImpl_Stub.setAttribute(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。