|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.management.QueryEval
Support for evaluting a query in the context of an MBeanServer.
Revisions:
20020317 Adrian Brock:
Constructor Summary | |
QueryEval()
|
Method Summary | |
static MBeanServer |
getMBeanServer()
Return the MBean server that was most recently given to the setMBeanServer method by this thread. |
void |
setMBeanServer(MBeanServer mbeanServer)
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 |
public QueryEval()
Method Detail |
public static MBeanServer getMBeanServer()
public void setMBeanServer(MBeanServer mbeanServer)
mbeanServer
- the MBeanServer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |