public abstract class ChildServiceSupport
extends org.apache.camel.support.service.ServiceSupport
Services.| Modifier and Type | Field and Description |
|---|---|
protected List<org.apache.camel.Service> |
childServices |
| Constructor and Description |
|---|
ChildServiceSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addChildService(Object childService) |
protected boolean |
removeChildService(Object childService) |
void |
shutdown() |
void |
start() |
void |
stop() |
build, doBuild, doFail, doInit, doLifecycleChange, doResume, doShutdown, doStart, doStop, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected volatile List<org.apache.camel.Service> childServices
public void start()
start in interface org.apache.camel.Servicestart in class org.apache.camel.support.service.BaseServicepublic void stop()
stop in interface org.apache.camel.Servicestop in class org.apache.camel.support.service.BaseServicepublic void shutdown()
shutdown in interface org.apache.camel.ShutdownableServiceshutdown in class org.apache.camel.support.service.BaseServiceprotected void addChildService(Object childService)
protected boolean removeChildService(Object childService)
Apache Camel