Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT internal-Mandriva-19.202.56.2mdv2008.0

Uses of Class
javax.management.StringValueExp

Packages that use StringValueExp
javax.management Provides the core classes for the Java Management Extensions. 
 

Uses of StringValueExp in javax.management
 

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

Methods in javax.management with parameters of type StringValueExp
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.
static QueryExp Query.initialSubString(AttributeValueExp a, StringValueExp s)
          Returns a query expression that represents a matching constraint on a string argument.
static QueryExp Query.isInstanceOf(StringValueExp classNameValue)
          Returns a query expression that represents an inheritance constraint on an MBean class.
static QueryExp Query.match(AttributeValueExp a, StringValueExp s)
          Returns a query expression that represents a matching constraint on a string argument.
 


Java™ Platform
Standard Ed. 7

DRAFT internal-Mandriva-19.202.56.2mdv2008.0

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.