The Spring Framework

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
ScheduledExecutorTask
          JavaBean that describes a scheduled executor task, consisting of the Runnable and a delay plus period.
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.