measurementManager = inventoryManager.getMeasurementManager();
measurementManager.initialize();
contentManager = inventoryManager.getContentManager();
contentManager.initialize();
pluginComponentFactory = inventoryManager.getPluginComponentFactory();
ComponentService componentService = new ComponentServiceImpl(pluginManager);
ConfigManagementFactory factory = new ConfigManagementFactoryImpl(componentService);
configurationManager = new ConfigurationManager(configuration, componentService, factory,
agentServiceStreamRemoter, inventoryManager);
resourceFactoryManager = new ResourceFactoryManager(configuration, agentServiceStreamRemoter, pluginManager);
supportManager = new SupportManager(agentServiceStreamRemoter);