Uses of Class
javax.management.BadStringOperationException

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

Uses of BadStringOperationException in javax.management
 

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

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

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