public class DefaultExecutorServiceManager extends org.apache.camel.impl.engine.BaseExecutorServiceManager
ExecutorServiceManager.| Constructor and Description |
|---|
DefaultExecutorServiceManager(org.apache.camel.CamelContext camelContext) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
forceId(Object source) |
ExecutorService |
newCachedThreadPool(Object source,
String name) |
ScheduledExecutorService |
newScheduledThreadPool(Object source,
String name,
org.apache.camel.spi.ThreadPoolProfile profile) |
ExecutorService |
newThreadPool(Object source,
String name,
org.apache.camel.spi.ThreadPoolProfile profile) |
awaitTermination, createThreadFactory, doShutdown, doStart, doStop, getCamelContext, getDefaultThreadPoolProfile, getShutdownAwaitTermination, getThreadNamePattern, getThreadPoolFactory, getThreadPoolProfile, newDefaultScheduledThreadPool, newDefaultThreadPool, newFixedThreadPool, newScheduledThreadPool, newScheduledThreadPool, newSingleThreadExecutor, newSingleThreadScheduledExecutor, newThread, newThreadPool, newThreadPool, onNewExecutorService, registerThreadPoolProfile, resolveThreadName, setDefaultThreadPoolProfile, setShutdownAwaitTermination, setThreadNamePattern, setThreadPoolFactory, shutdown, shutdownGraceful, shutdownGraceful, shutdownNowdoInit, doResume, doSuspend, getStatus, init, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic DefaultExecutorServiceManager(org.apache.camel.CamelContext camelContext)
public ExecutorService newThreadPool(Object source, String name, org.apache.camel.spi.ThreadPoolProfile profile)
newThreadPool in interface org.apache.camel.spi.ExecutorServiceManagernewThreadPool in class org.apache.camel.impl.engine.BaseExecutorServiceManagerpublic ExecutorService newCachedThreadPool(Object source, String name)
newCachedThreadPool in interface org.apache.camel.spi.ExecutorServiceManagernewCachedThreadPool in class org.apache.camel.impl.engine.BaseExecutorServiceManagerpublic ScheduledExecutorService newScheduledThreadPool(Object source, String name, org.apache.camel.spi.ThreadPoolProfile profile)
newScheduledThreadPool in interface org.apache.camel.spi.ExecutorServiceManagernewScheduledThreadPool in class org.apache.camel.impl.engine.BaseExecutorServiceManagerApache Camel