Uses of Class
org.springframework.scheduling.backportconcurrent.CustomizableThreadFactory

Packages that use CustomizableThreadFactory
org.springframework.scheduling.backportconcurrent Scheduling convenience classes for the JSR-166 backport Executor mechanism, allowing to set up a ThreadPoolExecutor or ScheduledThreadPoolExecutor as bean in a Spring context. 
 

Uses of CustomizableThreadFactory in org.springframework.scheduling.backportconcurrent
 

Subclasses of CustomizableThreadFactory in org.springframework.scheduling.backportconcurrent
 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 © 2002-2008 The Spring Framework.