| 
Java™ Platform Standard Ed. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. 6  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 1993, 2010, Oracle and/or its affiliates. All rights reserved.