Package | Description |
---|---|
org.springframework.scheduling.backportconcurrent |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
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 . |
Copyright © 2013. All Rights Reserved.