public class DefaultExecutorServiceManager extends 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, doInit, doShutdown, doStart, 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, shutdownNowbuild, doBuild, doFail, doLifecycleChange, doResume, doStop, doSuspend, fail, getStatus, init, isBuild, isInit, isNew, isRunAllowed, isShutdown, isStarted, isStarting, isStartingOrStarted, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic 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 BaseExecutorServiceManagerpublic ExecutorService newCachedThreadPool(Object source, String name)
newCachedThreadPool in interface org.apache.camel.spi.ExecutorServiceManagernewCachedThreadPool in class BaseExecutorServiceManagerpublic ScheduledExecutorService newScheduledThreadPool(Object source, String name, org.apache.camel.spi.ThreadPoolProfile profile)
newScheduledThreadPool in interface org.apache.camel.spi.ExecutorServiceManagernewScheduledThreadPool in class BaseExecutorServiceManagerApache Camel