|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.util.CustomizableThreadCreator
org.springframework.scheduling.concurrent.CustomizableThreadFactory
org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
com.xebialabs.deployit.task.ThreadPoolTaskExecutor
public class ThreadPoolTaskExecutor
| Field Summary |
|---|
| Fields inherited from class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport |
|---|
logger |
| Fields inherited from interface org.springframework.core.task.AsyncTaskExecutor |
|---|
TIMEOUT_IMMEDIATE, TIMEOUT_INDEFINITE |
| Constructor Summary | |
|---|---|
ThreadPoolTaskExecutor()
|
|
| Method Summary | |
|---|---|
void |
initialize()
|
| Methods inherited from class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor |
|---|
createQueue, execute, execute, getActiveCount, getCorePoolSize, getKeepAliveSeconds, getMaxPoolSize, getPoolSize, getThreadPoolExecutor, initializeExecutor, prefersShortLivedTasks, setAllowCoreThreadTimeOut, setCorePoolSize, setKeepAliveSeconds, setMaxPoolSize, setQueueCapacity, submit, submit |
| Methods inherited from class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport |
|---|
afterPropertiesSet, destroy, setBeanName, setRejectedExecutionHandler, setThreadFactory, setThreadNamePrefix, setWaitForTasksToCompleteOnShutdown, shutdown |
| Methods inherited from class org.springframework.scheduling.concurrent.CustomizableThreadFactory |
|---|
newThread |
| Methods inherited from class org.springframework.util.CustomizableThreadCreator |
|---|
createThread, getDefaultThreadNamePrefix, getThreadGroup, getThreadNamePrefix, getThreadPriority, isDaemon, nextThreadName, setDaemon, setThreadGroup, setThreadGroupName, setThreadPriority |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadPoolTaskExecutor()
| Method Detail |
|---|
public void initialize()
initialize in class org.springframework.scheduling.concurrent.ExecutorConfigurationSupport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||