Package net.officefloor.compile.mbean
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
-
Method Details
-
createMBean
Object createMBean()Creates the MBean.- Returns:
- MBean.
-