| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
java.util.concurrent package, allowing to set
up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in
a Spring context.
See:
          Description
| Class Summary | |
|---|---|
| ConcurrentTaskExecutor | Adapter that takes a JDK 1.5 java.util.concurrent.Executorand
 exposes a SpringTaskExecutorfor it. | 
| CustomizableThreadFactory | Implementation of the JDK 1.5 ThreadFactoryinterface, allowing for customizing the created threads (name, priority, etc). | 
| ScheduledExecutorFactoryBean | FactoryBeanthat sets up
 a JDK 1.5ScheduledExecutorService(by default:ScheduledThreadPoolExecutoras implementation) and exposes it for bean references. | 
| ScheduledExecutorTask | JavaBean that describes a scheduled executor task, consisting of the Runnableand a delay plus period. | 
| ThreadPoolTaskExecutor | JavaBean that allows for configuring a JDK 1.5 ThreadPoolExecutorin bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
 properties), exposing it as a SpringTaskExecutor. | 
Scheduling convenience classes for the JDK 1.5+ Executor mechanism
in the java.util.concurrent package, allowing to set
up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in
a Spring context.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||