Interface OfficeFloorMBeanRegistrator
-
- All Known Implementing Classes:
OfficeFloorMBeanRegistratorImpl
public interface OfficeFloorMBeanRegistratorRegister to register the possible MBeans.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterPossibleMBean(java.lang.Class<?> type, java.lang.String name, java.lang.Object mbean)Registers a possible MBean.
-