Uses of Class
javax.management.InvalidAttributeValueException

Packages that use InvalidAttributeValueException
javax.management   
javax.management.modelmbean   
org.huihoo.jfox.jmx   
 

Uses of InvalidAttributeValueException in javax.management
 

Methods in javax.management that throw InvalidAttributeValueException
 void DynamicMBean.setAttribute(Attribute attribute)
          Sets 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 StandardMBean.setAttribute(Attribute attribute)
           
 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.
 

Uses of InvalidAttributeValueException in org.huihoo.jfox.jmx
 

Methods in org.huihoo.jfox.jmx that throw InvalidAttributeValueException
 void MBeanServerSupport.setAttribute(ObjectName objectName, Attribute attribute)
           
 void MBeanMetaDataSupport.setAttribute(Attribute attribute)
           
 AttributeList MBeanMetaDataSupport.setAttributes(AttributeList attributes)
           
 void MBeanMetaData.setAttribute(Attribute attribute)
           
 AttributeList MBeanMetaData.setAttributes(AttributeList attributes)
           
 void DynamicMBeanMetaDataSupport.setAttribute(Attribute attribute)
           
 AttributeList DynamicMBeanMetaDataSupport.setAttributes(AttributeList attributes)