javax.management
Class QueryEval

java.lang.Object
  |
  +--javax.management.QueryEval
Direct Known Subclasses:
QueryExp, ValueExp

public abstract class QueryEval
extends java.lang.Object
implements java.io.Serializable

This class allows a query to be accessed in the context of a specific MBeanServer.

See Also:
Serialized Form

Constructor Summary
QueryEval()
           
 
Method Summary
static void setMBeanServer(MBeanServer s)
          Sets the MBeanServer on which the query is to be accessed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryEval

public QueryEval()
Method Detail

setMBeanServer

public static void setMBeanServer(MBeanServer s)
Sets the MBeanServer on which the query is to be accessed.
Parameters:
s - The MBeanServer on which the query is to be accessed.