Class NullMBeanServer

  • All Implemented Interfaces:
    MBeanServer

    public class NullMBeanServer
    extends java.lang.Object
    implements MBeanServer
    This class is NOT part of the public API. It may change at any time without notification.
    • Constructor Summary

      Constructors 
      Constructor Description
      NullMBeanServer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerMBean​(java.lang.Object mBean, java.lang.String mBeanName)
      Register the given mBean with the given name.
      void unregisterMBean​(java.lang.String mBeanName)
      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

      • NullMBeanServer

        public NullMBeanServer()
    • Method Detail

      • unregisterMBean

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

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