Uses of Class
javax.management.AttributeNotFoundException

Packages that use AttributeNotFoundException
javax.management Provides the core JMX classes
javax.management.modelmbean Provides the definition of the ModelMBean classes
 

Uses of AttributeNotFoundException in javax.management
 

Methods in javax.management that throw AttributeNotFoundException
 java.lang.Object MBeanServer.getAttribute(ObjectName name, java.lang.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.
 java.lang.Object DynamicMBean.getAttribute(java.lang.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.
 java.lang.Object StandardMBean.getAttribute(java.lang.String attribute)
           
 void StandardMBean.setAttribute(Attribute attribute)
           
 java.lang.Object MBeanServerConnection.getAttribute(ObjectName name, java.lang.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
 java.lang.Object RequiredModelMBean.getAttribute(java.lang.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.
 


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.