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