Class JMXMBeanServer

  • All Implemented Interfaces:
    MBeanServer

    @Deprecated(since="2021-05-27")
    public class JMXMBeanServer
    extends java.lang.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 Summary

      Constructors 
      Constructor Description
      JMXMBeanServer()
      Deprecated.
       
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void registerMBean​(java.lang.Object mBean, java.lang.String mBeanName)
      Deprecated.
      Register the given mBean with the given name.
      void unregisterMBean​(java.lang.String mBeanName)
      Deprecated.
      Unregister the MBean with the given name.
      • Methods inherited from class java.lang.Object

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

      • JMXMBeanServer

        public JMXMBeanServer()
        Deprecated.
    • Method Detail

      • registerMBean

        public void registerMBean​(java.lang.Object mBean,
                                  java.lang.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​(java.lang.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