Uses of Class
javax.management.StringValueExp

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

Uses of StringValueExp in javax.management
 

Methods in javax.management that return StringValueExp
static StringValueExp Query.value(java.lang.String value)
          Returns a new string expression.
 

Methods in javax.management with parameters of type StringValueExp
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 StringValueExp in org.huihoo.jfox.jmx.queries
 

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