Uses of Class javax.management.AttributeValueExp

Uses in package javax.management

Methods with parameter type javax.management.AttributeValueExp

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 an attribute value matches the pattern specified by the given StringValueExp.

Methods with return type javax.management.AttributeValueExp

AttributeValueExp
Returns a value expression for the value of the named attribute.
AttributeValueExp
Query.attr(String className, String name)
Returns a value expression for the value of the named attribute from the specified class.
AttributeValueExp
Returns a value expression which evaluates to the name of the class of the bean when applied.