javax.management
Class QueryEvaljava.lang.Object | +--javax.management.QueryEval
- public class QueryEval
- extends java.lang.Object
- implements java.io.Serializable
Allows a query to be performed in the context of a specific MBean server.
- Version:
- 1.4
- Author:
- Alfredo Cappariello
- See Also:
- Serialized Form
Constructor Summary
QueryEval()
basic constructor
Method Summary
void setMBeanServer(MBeanServer s)
Sets the MBean server on which the query is to be performed.
Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
QueryEval
public QueryEval()
- basic constructor
Method Detail
setMBeanServer
public void setMBeanServer(MBeanServer s)
- Sets the MBean server on which the query is to be performed.
Parameters:
- s - The MBean server on which the query is to be performed.