| java.lang.Object javax.management.QueryEval
All known Subclasses: javax.management.AndQueryExp, javax.management.OrQueryExp, javax.management.NotQueryExp, javax.management.BetweenQueryExp, javax.management.MatchQueryExp, javax.management.NumericValueExp, javax.management.BooleanValueExp, javax.management.InQueryExp, javax.management.BinaryRelQueryExp, javax.management.BinaryOpValueExp,
QueryEval | abstract public class QueryEval implements Serializable(Code) | | Support for evaluting a query in the context of an MBeanServer.
Revisions:
20020317 Adrian Brock:
author: Adrian Brock. version: $Revision: 57200 $ |
getMBeanServer | public static MBeanServer getMBeanServer()(Code) | | Return the MBean server that was most recently given to the
setMBeanServer method by this thread. If this thread never called that
method, the result is the value its parent thread would have obtained
from getMBeanServer at the moment of the creation of this thread, or
null if there is no parent thread.
the current MBeanServer thread association. |
setMBeanServer | public void setMBeanServer(MBeanServer mbeanServer)(Code) | | Set the MBeanServer for this query. Only MBeans registered in
this server can be used in queries.
Parameters: mbeanServer - the MBeanServer |
|
|