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 Summary

    Modifier and Type
    Method
    Description
    Creates the MBean.
  • Method Details

    • createMBean

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