Uses of Class
javax.management.AttributeNotFoundException

Packages that use AttributeNotFoundException
com.sun.jdmk Provides specific classes to Sun JMX Tools Contribution: Miscellaneous classes. 
com.sun.jdmk.comm Provides specific classes to Sun JMX Tools Contribution: Html Adaptor classes. 
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
 

Uses of AttributeNotFoundException in com.sun.jdmk
 

Methods in com.sun.jdmk that throw AttributeNotFoundException
 Object MBeanServerForwarder.getAttribute(ObjectName name, String attribute)
           
 void MBeanServerForwarder.setAttribute(ObjectName name, Attribute attribute)
           
 

Uses of AttributeNotFoundException in com.sun.jdmk.comm
 

Methods in com.sun.jdmk.comm that throw AttributeNotFoundException
 Object HtmlAdaptorServer.getAttribute(String attribute)
          Gets the value of a specific attribute of the HTML protocol adaptor.
 void HtmlAdaptorServer.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of the HTML protocol adaptor.
 

Uses of AttributeNotFoundException in javax.management
 

Methods in javax.management that throw AttributeNotFoundException
 Object StandardMBean.getAttribute(String attribute)
           
 void StandardMBean.setAttribute(Attribute attribute)
           
 Object DynamicMBean.getAttribute(String attribute)
          Obtain the value of a specific attribute of the Dynamic MBean.
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of a specific attribute of the Dynamic MBean.
 Object MBeanServer.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 Object MBeanServerConnection.getAttribute(ObjectName name, String attribute)
          Gets the value of a specific attribute of a named MBean.
 void MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Sets the value of a specific attribute of a named MBean.
 

Uses of AttributeNotFoundException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw AttributeNotFoundException
 Object RequiredModelMBean.getAttribute(String attrName)
          Returns the value of a specific attribute defined for this ModelMBean.
 void RequiredModelMBean.setAttribute(Attribute attribute)
          Sets the value of a specific attribute of a named ModelMBean.
 


JMX 1.2_8   2002.10.31_20:03:55_MET

Copyright 1999-2002 Sun Microsystems, Inc.   901 San Antonio Road Palo Alto, California, 94303, U.S.A.   All Rights Reserved.