Interface MBeanServer

  • All Known Implementing Classes:
    NullMBeanServer

    public interface MBeanServer
    Deprecated.
    This class is NOT part of the public API. It may change at any time without notification.
    • Method Summary

      All Methods Instance Methods Abstract 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.
    • Method Detail

      • unregisterMBean

        void unregisterMBean​( mBeanName)
        Deprecated.
        Unregister the MBean with the given name.
        Parameters:
        mBeanName - the MBean name
      • registerMBean

        void registerMBean​( mBean,
                            mBeanName)
        Deprecated.
        Register the given mBean with the given name.
        Parameters:
        mBean - the MBean
        mBeanName - the MBean name