Class ManagementFactory


  • public final class ManagementFactory
    extends Object
    The ManagementFactory class is a factory class for getting managed beans for the Java platform.
    • Method Detail

      • getMBeanServer

        public static MBeanServer getMBeanServer()
        Returns:
        An MBeanServer instance. If one already exists, will return that, else will create a new one and return