Uses of Class
javax.management.AttributeValueExp

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

Uses of AttributeValueExp in javax.management
 

Methods in javax.management that return AttributeValueExp
static AttributeValueExp Query.attr(java.lang.String name)
          Returns a new attribute expression.
static AttributeValueExp Query.attr(java.lang.String className, java.lang.String name)
          Returns a new qualified attribute expression.
static AttributeValueExp Query.classattr()
          Returns a new class attribute expression which can be used in any Query call that expects a ValueExp.
 

Methods in javax.management with parameters of type AttributeValueExp
static QueryExp Query.match(AttributeValueExp attrvexp, StringValueExp strvexp)
          Returns a query expression that represents a matching constraint on a string argument.
static QueryExp Query.initialSubString(AttributeValueExp attrvexp, StringValueExp strvexp)
          Returns a query expression that represents a matching constraint on a string argument.
static QueryExp Query.anySubString(AttributeValueExp attrvexp, StringValueExp strvexp)
          Returns a query expression that represents a matching constraint on a string argument.
static QueryExp Query.finalSubString(AttributeValueExp attrvexp, StringValueExp strvexp)
          Returns a query expression that represents a matching constraint on a string argument.
 

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

Subclasses of AttributeValueExp in org.huihoo.jfox.jmx.queries
 class ClassAttributeValueExp
           
 class QualifiedAttributeValueExp
           
 

Methods in org.huihoo.jfox.jmx.queries that return AttributeValueExp
 AttributeValueExp MatchQueryExp.getAttribute()
           
 

Constructors in org.huihoo.jfox.jmx.queries with parameters of type AttributeValueExp
MatchQueryExp(AttributeValueExp attributevalueexp, StringValueExp stringvalueexp)