Uses of Class
javax.management.InvalidApplicationException

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

Uses of InvalidApplicationException in javax.management
 

Methods in javax.management that throw InvalidApplicationException
 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 InvalidApplicationException in org.huihoo.jfox.jmx.queries
 

Methods in org.huihoo.jfox.jmx.queries that throw InvalidApplicationException
 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)