Uses of Class
javax.management.BadAttributeValueExpException

Packages that use BadAttributeValueExpException
javax.management   
org.huihoo.jfox.jmx.queries   
 

Uses of BadAttributeValueExpException in javax.management
 

Methods in javax.management that throw BadAttributeValueExpException
 ValueExp ValueExp.apply(ObjectName name)
          Applies the ValueExp on a MBean.
 boolean QueryExp.apply(ObjectName name)
          Applies the QueryExp on an MBean.
 ValueExp StringValueExp.apply(ObjectName name)
          Applies the ValueExp on a MBean.
 ValueExp AttributeValueExp.apply(ObjectName name)
          Applies the AttributeValueExp on an MBean.
 boolean ObjectName.apply(ObjectName name)
           
 

Uses of BadAttributeValueExpException in org.huihoo.jfox.jmx.queries
 

Methods in org.huihoo.jfox.jmx.queries that throw BadAttributeValueExpException
 ValueExp TimesOpValueExp.apply(ObjectName objectname)
           
 ValueExp DivOpValueExp.apply(ObjectName objectname)
           
 boolean OrQueryExp.apply(ObjectName objectname)
           
 boolean InQueryExp.apply(ObjectName objectname)
           
 ValueExp BooleanValueExp.apply(ObjectName objectname)
           
 boolean AndQueryExp.apply(ObjectName objectname)
           
 boolean MatchQueryExp.apply(ObjectName objectname)
           
 boolean GeqRelQueryExp.apply(ObjectName objectname)
           
 ValueExp MinusOpValueExp.apply(ObjectName objectname)
           
 boolean BetweenQueryExp.apply(ObjectName objectname)
           
 ValueExp ClassAttributeValueExp.apply(ObjectName objectname)
           
 boolean LeqRelQueryExp.apply(ObjectName objectname)
           
 ValueExp NumericValueExp.apply(ObjectName objectname)
           
 boolean EqRelQueryExp.apply(ObjectName objectname)
           
 boolean GtRelQueryExp.apply(ObjectName objectname)
           
 boolean LtRelQueryExp.apply(ObjectName objectname)
           
 ValueExp QualifiedAttributeValueExp.apply(ObjectName objectname)
           
 boolean NotQueryExp.apply(ObjectName objectname)
           
 ValueExp PlusOpValueExp.apply(ObjectName objectname)