StatsProxy proxy = null;
if (connectionSettings.getConnectionType().isUseManagementHome()) {
proxy = new JSR77ManagementMBeanServerProxy(this.mejb);
} else {
proxy = new JMXRemotingMBeanServerProxy(serverConnection);
}
setStatsProxy(proxy);
this.mbeanServer = proxy.buildServerProxy();