Uses of Class
javax.management.StringValueExp
- 
Packages that use StringValueExp Package Description javax.management Provides the core classes for the Java Management Extensions.
- 
- 
Uses of StringValueExp in javax.managementMethods in javax.management that return StringValueExp Modifier and Type Method Description static StringValueExpQuery. value(String val)Returns a new string expression.Methods in javax.management with parameters of type StringValueExp Modifier and Type Method Description static QueryExpQuery. anySubString(AttributeValueExp a, StringValueExp s)Returns a query expression that represents a matching constraint on a string argument.static QueryExpQuery. finalSubString(AttributeValueExp a, StringValueExp s)Returns a query expression that represents a matching constraint on a string argument.static QueryExpQuery. initialSubString(AttributeValueExp a, StringValueExp s)Returns a query expression that represents a matching constraint on a string argument.static QueryExpQuery. isInstanceOf(StringValueExp classNameValue)Returns a query expression that represents an inheritance constraint on an MBean class.static QueryExpQuery. match(AttributeValueExp a, StringValueExp s)Returns a query expression that represents a matching constraint on a string argument.
 
-