@InterfaceAudience.Public @InterfaceStability.Evolving public class AddingCompositeService extends CompositeService
This allows external classes to add services to these methods, after which they follow the same lifecyce.
It is essential that any service added is in a state where it can be moved
on with that of the parent services. Specifically, do not add an uninited
service to a parent that is already inited —as the start
operation will then fail
CompositeService.CompositeServiceShutdownHookService.STATESTOP_ONLY_STARTED_SERVICES| Constructor and Description |
|---|
AddingCompositeService(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(Service service) |
boolean |
removeService(Service service) |
addIfService, getServices, serviceInit, serviceStart, serviceStopclose, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStoppublic AddingCompositeService(String name)
public void addService(Service service)
addService in class CompositeServicepublic boolean removeService(Service service)
removeService in class CompositeServiceCopyright © 2018 CERN. All Rights Reserved.