Java™ Platform
Standard Ed. 8
compact3
javax.management

Class QueryEval

    • Constructor Detail

      • QueryEval

        public QueryEval()
    • Method Detail

      • setMBeanServer

        public void setMBeanServer(MBeanServer s)

        Sets the MBean server on which the query is to be performed. The setting is valid for the thread performing the set. It is copied to any threads created by that thread at the moment of their creation.

        For historical reasons, this method is not static, but its behavior does not depend on the instance on which it is called.

        Parameters:
        s - The MBean server on which the query is to be performed.
        See Also:
        getMBeanServer()
      • 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.

        Returns:
        the MBean server.
        See Also:
        setMBeanServer(javax.management.MBeanServer)
Java™ Platform
Standard Ed. 8

Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.

微信小程序

微信扫一扫体验

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部