Uses of Package
org.springframework.scheduling.backportconcurrent

Packages that use org.springframework.scheduling.backportconcurrent
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. 
 

Classes in org.springframework.scheduling.backportconcurrent used by org.springframework.scheduling.backportconcurrent
CustomizableThreadFactory
          Implementation of the JSR-166 backport ThreadFactory interface, allowing for customizing the created threads (name, priority, etc).
ScheduledExecutorTask
          JavaBean that describes a scheduled executor task, consisting of the Runnable and a delay plus period.
 



Copyright © 2002-2008 The Spring Framework.