command_service.setServiceContainer(this);
m_mbs.registerMBean(command_service, new_name);
CommandServiceId id = new CommandServiceId(Long.toString(next_index));
LOG.debug(CommI18NResourceKeys.SERVICE_CONTAINER_ADDED_COMMAND_SERVICE, command_service.getClass().getName(),
id);
return id;