Uses of Class
javax.management.StringValueExp

Packages that use StringValueExp
javax.management Provides the core JMX classes
 

Uses of StringValueExp in javax.management
 

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

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


Maintenance Release
jmx-1.2.1-b14 2003.07.15_17:22:05_MEST

Copyright 1999-2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.