Uses of Class
javax.management.AttributeValueExp

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

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 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.