| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Class Summary | |
|---|---|
| ConcurrentTaskExecutor | Adapter that takes a JSR-166 backport edu.emory.mathcs.backport.java.util.concurrent.Executorand
 exposes a SpringTaskExecutorfor it. | 
| CustomizableThreadFactory | Implementation of the JSR-166 backport ThreadFactoryinterface,
 allowing for customizing the created threads (name, priority, etc). | 
| ScheduledExecutorFactoryBean | FactoryBeanthat sets up
 a JSR-166 backportScheduledExecutorService(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 JSR-166 backport ThreadPoolExecutorin bean
 style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
 properties), exposing it as a SpringTaskExecutor. | 
Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in a Spring context.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||