An implementation of this interface can be used in
a query. Multiple query expressions can be used together to form
a more complex query.
author: Adrian Brock. version: $Revision: 57200 $
Method Summary
public boolean
apply(ObjectName name) Apply this query expression to an MBean.
Apply this query expression to an MBean.
Parameters: name - the object name of the mbean true or false as the result of the query expression. exception: BadStringOperationException - when an invalid string operationis used during query construction exception: BadBinaryOpValueExpException - when an invalid binary operationis used during query construction exception: BadAttributeValueExpException - when an invalid MBean attributeis used during query construction exception: InvalidApplicationException - when trying to apply a subqueryexpression to an MBean or an attribute expression to anMBean of the wrong class.