All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javadoc.com.google.common.base.class-use.Service.html Maven / Gradle / Ivy

There is a newer version: 11.0.1
Show newest version






Uses of Interface com.google.common.base.Service (Guava: Google Core Libraries for Java - release 05)














Uses of Interface
com.google.common.base.Service

Packages that use Service
com.google.common.util.concurrent Concurrency utilities. 
 

Uses of Service in com.google.common.util.concurrent
 

Classes in com.google.common.util.concurrent that implement Service
 class AbstractExecutionThreadService
          Base class for services that can implement AbstractExecutionThreadService.startUp(), AbstractExecutionThreadService.run() and AbstractExecutionThreadService.shutDown() methods.
 class AbstractIdleService
          Base class for services that do not need a thread while "running" but may need one during startup and shutdown.
 class AbstractService
          Base class for implementing services that can handle AbstractService.doStart() and AbstractService.doStop() requests, responding to them with AbstractService.notifyStarted() and AbstractService.notifyStopped() callbacks.
 class ForwardingService
          A Service that forwards all method calls to another service.
 

Methods in com.google.common.util.concurrent that return Service
protected abstract  Service ForwardingService.delegate()
           
 







© 2015 - 2024 Weber Informatics LLC | Privacy Policy