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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
createMBean()
Creates the MBean.
-