The Spring Framework

Uses of Package
org.springframework.core.task

Packages that use org.springframework.core.task
org.springframework.context.event Support classes for application events, like standard context events. 
org.springframework.core.task This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations. 
org.springframework.jms.listener This package contains the base message listener container facility. 
org.springframework.jms.listener.serversession This package contains the ServerSessionMessageListenerContainer implementation, based on the standard JMS ServerSessionPool API. 
org.springframework.scheduling General exceptions for Spring's scheduling support, independent of any specific scheduling system. 
org.springframework.scheduling.commonj Convenience classes for scheduling based on the CommonJ WorkManager/TimerManager facility, as supported by IBM WebSphere 6.0+ and BEA WebLogic 9.0+. 
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. 
org.springframework.scheduling.quartz Support classes for the open source scheduler Quartz, allowing to set up Quartz Schedulers, JobDetails and Triggers as beans in a Spring context. 
org.springframework.scheduling.timer Scheduling convenience classes for the JDK 1.3+ Timer, allowing to set up Timers and ScheduledTimerTasks as beans in a Spring context. 
 

Classes in org.springframework.core.task used by org.springframework.context.event
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.core.task
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.jms.listener
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.jms.listener.serversession
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.scheduling
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.scheduling.commonj
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.scheduling.concurrent
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.scheduling.quartz
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.scheduling.timer
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 


The Spring Framework

Copyright © 2002-2006 The Spring Framework.