|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--javax.management.QueryEval
Allows a query to be accessed in the context of a specific MBeanServer.
| 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)
Sets the MBeanServer on which the query is to be accessed. |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public QueryEval()
| Method Detail |
public void setMBeanServer(MBeanServer mbeanServer)
server - - The MBeanServer on which the query is to be accessed.getMBeanServer()public static MBeanServer getMBeanServer()
Return the MBean server that was most recently given to the
setMBeanServer method by this thread.
If this thread never called that method, the result is the
value its parent thread would have obtained from
getMBeanServer at the moment of the creation of
this thread, or null if there is no parent thread.
setMBeanServer(javax.management.MBeanServer)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||