Interface MBeanFactory


  • public interface MBeanFactory

    Factory to create the MBean.

    Sources may implement this interface to enable creating another object for its MBean.

    Author:
    Daniel Sagenschneider
    • Method Detail

      • createMBean

        java.lang.Object createMBean()
        Creates the MBean.
        Returns:
        MBean.