Singleton responsible for doing the merging of all MBeanServer detected. It provides a single entry point for all supported JMX operations and has the facility to detect MBeanServers by delegating the lookup to various {@link ServerDetector}s, to {@link MBeanServerFactory#findMBeanServer(String)}and finally to the PlatformMBeanServer It also has a special treatment for the so called "JolokiaMBeanServer" which is always hidden from JSR-160 and provides some extra functionality like JSONMBeans.
@author roland
@since 17.01.13
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.