Class JMXMBeanServer

java.lang.Object
com.mongodb.internal.management.jmx.JMXMBeanServer
All Implemented Interfaces:
MBeanServer

@Deprecated(since="2021-05-27") public class JMXMBeanServer extends Object implements MBeanServer
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
This class is NOT part of the public API. It may change at any time without notification.
  • Constructor Details

    • JMXMBeanServer

      public JMXMBeanServer()
      Deprecated.
  • Method Details

    • registerMBean

      public void registerMBean(Object mBean, String mBeanName)
      Deprecated.
      Description copied from interface: MBeanServer
      Register the given mBean with the given name.
      Specified by:
      registerMBean in interface MBeanServer
      Parameters:
      mBean - the MBean
      mBeanName - the MBean name
    • unregisterMBean

      public void unregisterMBean(String mBeanName)
      Deprecated.
      Description copied from interface: MBeanServer
      Unregister the MBean with the given name.
      Specified by:
      unregisterMBean in interface MBeanServer
      Parameters:
      mBeanName - the MBean name