|
|||||||||
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.Executor and
exposes a Spring TaskExecutor for it. |
CustomizableThreadFactory | Implementation of the JSR-166 backport
ThreadFactory interface,
allowing for customizing the created threads (name, priority, etc). |
ThreadPoolTaskExecutor | JavaBean that allows for configuring a JSR-166 backport
ThreadPoolExecutor in bean
style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
properties), exposing it as a Spring TaskExecutor . |
Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor as a TaskExecutor-compliant bean in a Spring context.
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |