Class NullMBeanServer

  • All Implemented Interfaces:
    MBeanServer

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

      Constructors 
      Constructor Description
      NullMBeanServer()
      Deprecated.
       
    • Method Summary

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

        , , , , , , , , , ,
    • Constructor Detail

      • NullMBeanServer

        public NullMBeanServer()
        Deprecated.
    • Method Detail

      • unregisterMBean

        public void unregisterMBean​( 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
      • registerMBean

        public void registerMBean​( mBean,
                                   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