Searched refs:serviceManager (Results 1 – 3 of 3) sorted by relevance
118 ServiceManager serviceManager = mainComponent.getServiceManager(); in exitlessMain() local119 serviceManager.startAsync().awaitHealthy(); in exitlessMain()127 serviceManager.stopAsync().awaitStopped(10, TimeUnit.SECONDS); in exitlessMain()
125 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes() local126 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()127 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes()157 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes_selfStartingServices() local158 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes_selfStartingServices()159 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes_selfStartingServices()