public abstract class ChildServiceSupport
extends org.apache.camel.support.service.ServiceSupport
Service
s.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() |
doInit, doResume, doShutdown, doStart, doStop, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, suspend
protected volatile List<org.apache.camel.Service> childServices
public void start() throws Exception
start
in interface org.apache.camel.Service
start
in class org.apache.camel.support.service.ServiceSupport
Exception
public void stop() throws Exception
stop
in interface org.apache.camel.Service
stop
in class org.apache.camel.support.service.ServiceSupport
Exception
public void shutdown() throws Exception
shutdown
in interface org.apache.camel.ShutdownableService
shutdown
in class org.apache.camel.support.service.ServiceSupport
Exception
protected void addChildService(Object childService)
protected boolean removeChildService(Object childService)
Apache Camel