Uses of Class
com.google.common.util.concurrent.ServiceManager
-
Packages that use ServiceManager Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of ServiceManager in com.google.common.util.concurrent
Methods in com.google.common.util.concurrent that return ServiceManager Modifier and Type Method Description ServiceManager
ServiceManager. startAsync()
Initiates service startup on all the services being managed.ServiceManager
ServiceManager. stopAsync()
Initiates service shutdown if necessary on all the services being managed.
-