Interface OfficeFloorMBeanRegistrator
- All Known Implementing Classes:
OfficeFloorMBeanRegistratorImpl
public interface OfficeFloorMBeanRegistrator
Register to register the possible MBeans.
- Author:
- Daniel Sagenschneider
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterPossibleMBean(Class<?> type, String name, Object mbean) Registers a possible MBean.
-
Method Details
-
registerPossibleMBean
Registers a possible MBean.- Parameters:
type- Type of MBean.name- Name of MBean.mbean- MBean.
-