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);
bundleManager = new BundleManager(configuration, agentServiceStreamRemoter, inventoryManager,
measurementManager);
driftManager = new DriftManager(configuration, agentServiceStreamRemoter, inventoryManager);
pingManager = new PingManager(agentServiceStreamRemoter);