javax.management
public class QueryEval extends Object implements Serializable
Since: 1.5
Method Summary | |
---|---|
static MBeanServer | getMBeanServer()
Returns the {@link MBeanServer} last supplied to the
{@link #setMBeanServer(MBeanServer)} method. |
void | setMBeanServer(MBeanServer svr)
Sets the {@link MBeanServer} on which the query will be
performed. |
null
is returned.
Returns: the server.
See Also: setMBeanServer
Parameters: svr the server to use.