Uses of Class
com.google.common.util.concurrent.AbstractService
-
Packages that use AbstractService Package Description com.google.common.util.concurrent Concurrency utilities. -
-
Uses of AbstractService in com.google.common.util.concurrent
Subclasses of AbstractService in com.google.common.util.concurrent Modifier and Type Class Description private class
AbstractIdleService.DelegateService
private class
AbstractScheduledService.ServiceDelegate
private static class
ServiceManager.NoOpService
AService
instance that does nothing.Fields in com.google.common.util.concurrent declared as AbstractService Modifier and Type Field Description private AbstractService
AbstractScheduledService. delegate
private AbstractService
AbstractScheduledService.CustomScheduler.ReschedulableCallable. service
The service that is managing this callable.Methods in com.google.common.util.concurrent with parameters of type AbstractService Modifier and Type Method Description (package private) AbstractScheduledService.Cancellable
AbstractScheduledService.CustomScheduler. schedule(AbstractService service, java.util.concurrent.ScheduledExecutorService executor, java.lang.Runnable runnable)
(package private) abstract AbstractScheduledService.Cancellable
AbstractScheduledService.Scheduler. schedule(AbstractService service, java.util.concurrent.ScheduledExecutorService executor, java.lang.Runnable runnable)
Schedules the task to run on the provided executor on behalf of the service.Constructors in com.google.common.util.concurrent with parameters of type AbstractService Constructor Description ReschedulableCallable(AbstractService service, java.util.concurrent.ScheduledExecutorService executor, java.lang.Runnable runnable)
-