container.start(config.getServiceContainerPreferences().getPreferences(), config
.getClientCommandSenderConfiguration(), m_mbs);
// now let's add our additional handler to support the remote clients (e.g. CLI)
m_remoteApiHandler = new RemoteSafeInvocationHandler();
m_remoteApiHandler.registerMetricsMBean(container.getMBeanServer());
container.addInvocationHandler(REMOTE_API_SUBSYSTEM, m_remoteApiHandler);
m_container = container;
m_configuration = config;