|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomizableThreadFactory | |
---|---|
org.springframework.scheduling.concurrent | 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. |
Uses of CustomizableThreadFactory in org.springframework.scheduling.concurrent |
---|
Subclasses of CustomizableThreadFactory in org.springframework.scheduling.concurrent | |
---|---|
class |
ThreadPoolTaskExecutor
JavaBean that allows for configuring a JDK 1.5 ThreadPoolExecutor
in bean style (through its "corePoolSize", "maxPoolSize", "keepAliveSeconds", "queueCapacity"
properties), exposing it as a Spring TaskExecutor . |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |