Class JMXUtil


  • public final class JMXUtil
    extends java.lang.Object
    Utilities for dealing with JMX.
    Since:
    17.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    • Constructor Summary

      Constructors 
      Constructor Description
      JMXUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static javax.management.MBeanServer getMBeanServer()
      Returns the MBean server.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JMXUtil

        public JMXUtil()
    • Method Detail

      • getMBeanServer

        public static javax.management.MBeanServer getMBeanServer()
        Returns the MBean server.
        Returns:
        the MBean server.
        Since:
        17.0.0