| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | AbstractExecutionThreadServiceBase class for services that can implement AbstractExecutionThreadService.startUp(),AbstractExecutionThreadService.run()andAbstractExecutionThreadService.shutDown()methods. | 
|  class | AbstractIdleServiceBase class for services that do not need a thread while "running" but may need one during startup and shutdown. | 
|  class | AbstractScheduledServiceBase class for services that can implement AbstractScheduledService.startUp()andAbstractScheduledService.shutDown()but while in 
 the "running" state need to perform a periodic task. | 
|  class | AbstractServiceBase class for implementing services that can handle AbstractService.doStart()andAbstractService.doStop()requests, responding to them withAbstractService.notifyStarted()andAbstractService.notifyStopped()callbacks. | 
|  class | ForwardingServiceA Servicethat forwards all method calls to another service. | 
| Methods in com.google.common.util.concurrent that return Service | |
|---|---|
| protected abstract  Service | ForwardingService.delegate() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||