Searched refs:serviceManager (Results 1 – 2 of 2) 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()
114 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes() local115 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes()116 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes()140 ServiceManager serviceManager = new ServiceManager(asList(a, b)); in testServiceStartupTimes_selfStartingServices() local141 serviceManager.startAsync().awaitHealthy(); in testServiceStartupTimes_selfStartingServices()142 ImmutableMap<Service, Long> startupTimes = serviceManager.startupTimes(); in testServiceStartupTimes_selfStartingServices()