Frames | No Frames |
Methods with parameter type javax.management.StringValueExp | |
QueryExp | Returns a query expression which checks that an
attribute value held by the specified
AttributeValueExp contains the string
specified by the given StringValueExp .
|
QueryExp | Returns a query expression which checks that an
attribute value held by the specified
AttributeValueExp ends with the string
specified by the given StringValueExp .
|
QueryExp | Returns a query expression which checks that an
attribute value held by the specified
AttributeValueExp starts with the string
specified by the given StringValueExp .
|
QueryExp | Returns a query expression which checks that a
bean is an instance of the class specified
by the given StringValueExp . |
QueryExp |
Returns a query expression which checks that an
attribute value matches the pattern
specified by the given StringValueExp .
|
Methods with return type javax.management.StringValueExp | |
StringValueExp | Returns a value expression wrapping the specified string.
|