Represents a query expression. Query expressions are created with the
Query class.
version: $Revision: 1.7 $
Method Summary
public boolean
apply(ObjectName name) Applies this expression on the specified MBean.
Parameters: name - The ObjectName of the MBean on which the expression is applied.
Applies this expression on the specified MBean.
Parameters: name - The ObjectName of the MBean on which the expression is applied. True if the query was successfully applied, false otherwise.
Sets the MBeanServer used (possibly) to apply the query expression, for example to retrieve
the value of an attribute for the MBean specified in
QueryExp.apply