Interface OfficeFloorMBeanRegistrator

  • All Known Implementing Classes:
    OfficeFloorMBeanRegistratorImpl

    public interface OfficeFloorMBeanRegistrator
    Register to register the possible MBeans.
    Author:
    Daniel Sagenschneider
    • Method Detail

      • registerPossibleMBean

        void registerPossibleMBean​(java.lang.Class<?> type,
                                   java.lang.String name,
                                   java.lang.Object mbean)
        Registers a possible MBean.
        Parameters:
        type - Type of MBean.
        name - Name of MBean.
        mbean - MBean.