XMOJO 5 API Docs

javax.management
Class QueryEval

java.lang.Object
  |
  +--javax.management.QueryEval
All Implemented Interfaces:
java.io.Serializable

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

Allows a query to be accessed in the context of a specific MBeanServer.

See Also:
Serialized Form

Constructor Summary
QueryEval()
           
 
Method Summary
 void setMBeanServer(MBeanServer server)
          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 void setMBeanServer(MBeanServer server)
Sets the MBeanServer on which the query is to be accessed.
Parameters:
server - - The MBeanServer on which the query is to be accessed.

XMOJO 5 API Docs

Copyright ©2003 XMOJO.org. All Rights Reserved.