Uses of Class
javax.management.StringValueExp
Packages that use StringValueExp
-
Uses of StringValueExp in javax.management
Methods in javax.management that return StringValueExpMethods in javax.management with parameters of type StringValueExpModifier and TypeMethodDescriptionstatic 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.