Uses of Package
org.springframework.scheduling.concurrent

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

Classes in org.springframework.scheduling.concurrent used by org.springframework.scheduling.concurrent
CustomizableThreadFactory
          Implementation of the JDK 1.5 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.