javax.management
Class QueryEval

java.lang.Object
  extended byjavax.management.QueryEval
All Implemented Interfaces:
Serializable

public abstract class QueryEval
extends Object
implements Serializable

Support for evaluting a query in the context of an MBeanServer.

Revisions:

20020317 Adrian Brock:

Version:
$Revision: 1.2.6.1 $
Author:
Adrian Brock.
See Also:
Serialized Form

Constructor Summary
QueryEval()
           
 
Method Summary
 void setMBeanServer(MBeanServer server)
          Set the MBeanServer for this query.
 
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 void setMBeanServer(MBeanServer server)
Set the MBeanServer for this query. Only MBeans registered in this server can be used in queries.

Parameters:
server - the MBeanServer


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.