Uses of Class
com.google.common.util.concurrent.AbstractService
Packages that use AbstractService
-
Uses of AbstractService in com.google.common.util.concurrent
Subclasses of AbstractService in com.google.common.util.concurrentModifier and TypeClassDescriptionprivate final classprivate final classprivate static final classAServiceinstance that does nothing.Fields in com.google.common.util.concurrent declared as AbstractServiceModifier and TypeFieldDescriptionprivate final AbstractServiceAbstractScheduledService.delegateprivate final AbstractServiceAbstractScheduledService.CustomScheduler.ReschedulableCallable.serviceThe service that is managing this callable.Methods in com.google.common.util.concurrent with parameters of type AbstractServiceModifier and TypeMethodDescription(package private) final AbstractScheduledService.CancellableAbstractScheduledService.CustomScheduler.schedule(AbstractService service, ScheduledExecutorService executor, Runnable runnable) (package private) abstract AbstractScheduledService.CancellableAbstractScheduledService.Scheduler.schedule(AbstractService service, ScheduledExecutorService executor, 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 AbstractServiceModifierConstructorDescription(package private)ReschedulableCallable(AbstractService service, ScheduledExecutorService executor, Runnable runnable)