Uses of Class
javax.management.InvalidAttributeValueException

Packages that use InvalidAttributeValueException
javax.management Provides the core classes for the Java Management Extensions. 
javax.management.modelmbean Provides the definition of the ModelMBean classes. 
 

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 MBeanServerConnection.setAttribute(ObjectName name, Attribute attribute)
          Sets 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.
 

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 Specification 1.2 Maintenance Release
Generated from RI build jmx-1_2_2_03-b35 2004.10.19_15:30:31_MEST

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