Uses of Class
javax.management.InvalidAttributeValueException

Packages that use InvalidAttributeValueException
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 InvalidAttributeValueException in com.sun.jdmk
 

Methods in com.sun.jdmk that throw InvalidAttributeValueException
 void MBeanServerForwarder.setAttribute(ObjectName name, Attribute attribute)
           
 

Uses of InvalidAttributeValueException in com.sun.jdmk.comm
 

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

Uses of InvalidAttributeValueException in javax.management
 

Methods in javax.management that throw InvalidAttributeValueException
 void StandardMBean.setAttribute(Attribute attribute)
           
 void DynamicMBean.setAttribute(Attribute attribute)
          Set the value of a specific attribute of the Dynamic MBean.
 void MBeanServer.setAttribute(ObjectName name, Attribute attribute)
          Sets 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 InvalidAttributeValueException in javax.management.modelmbean
 

Methods in javax.management.modelmbean that throw InvalidAttributeValueException
 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.