JavaTM 2 Platform
Standard Ed. 6

類別 javax.management.AttributeNotFoundException
的使用

使用 AttributeNotFoundException 的軟體套件
javax.management 提供 Java Management Extensions 的核心類別。 
javax.management.modelmbean 提供了 ModelMBean 類別的定義。 
javax.management.remote.rmi RMI 連接器是供 JMX Remote API 使用的一種連接器,後者使用 RMI 將客戶端請求傳輸到遠端 MBean 伺服器。 
 

javax.managementAttributeNotFoundException 的使用
 

拋出 AttributeNotFoundExceptionjavax.management 中的方法
 Object MBeanServer.getAttribute(ObjectName name, String attribute)
           
 Object MBeanServerConnection.getAttribute(ObjectName name, String attribute)
          獲得指定 MBean 的特定屬性值。
 Object DynamicMBean.getAttribute(String attribute)
          獲得 Dynamic MBean 的特定屬性的值。
 Object StandardMBean.getAttribute(String attribute)
           
 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.modelmbeanAttributeNotFoundException 的使用
 

拋出 AttributeNotFoundExceptionjavax.management.modelmbean 中的方法
 Object RequiredModelMBean.getAttribute(String attrName)
          返回為此 ModelMBean 定義的指定屬性的值。
 void RequiredModelMBean.setAttribute(Attribute attribute)
          設置指定的 ModelMBean 的指定屬性值。
 

javax.management.remote.rmiAttributeNotFoundException 的使用
 

拋出 AttributeNotFoundExceptionjavax.management.remote.rmi 中的方法
 Object RMIConnection.getAttribute(ObjectName name, String attribute, Subject delegationSubject)
          處理 MBeanServerConnection.getAttribute(ObjectName, String) 方法。
 Object RMIConnectionImpl.getAttribute(ObjectName name, String attribute, Subject delegationSubject)
           
 Object RMIConnectionImpl_Stub.getAttribute(ObjectName $param_ObjectName_1, String $param_String_2, Subject $param_Subject_3)
           
 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