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.core.task.support Support classes for Spring's TaskExecutor abstraction. 
org.springframework.jca.work Convenience classes for scheduling based on the JCA 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters. 
org.springframework.jca.work.glassfish Convenience package for obtaining a GlassFish JCA WorkManager for use in web applications. 
org.springframework.jca.work.jboss Convenience package for obtaining a JBoss JCA WorkManager for use in web applications. 
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.remoting.jaxws Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5. 
org.springframework.remoting.support Generic support classes for remoting implementations. 
org.springframework.scheduling General exceptions for Spring's scheduling support, independent of any specific scheduling system. 
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. 
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 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
AsyncTaskExecutor
          Extended interface for asynchronous TaskExecutor implementations, offering an overloaded AsyncTaskExecutor.execute(Runnable, long) variant with start timeout parameter.
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
TaskRejectedException
          Exception thrown when a TaskExecutor rejects to accept a given task for execution.
 

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

Classes in org.springframework.core.task used by org.springframework.jca.work
AsyncTaskExecutor
          Extended interface for asynchronous TaskExecutor implementations, offering an overloaded AsyncTaskExecutor.execute(Runnable, long) variant with start timeout parameter.
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.jca.work.glassfish
AsyncTaskExecutor
          Extended interface for asynchronous TaskExecutor implementations, offering an overloaded AsyncTaskExecutor.execute(Runnable, long) variant with start timeout parameter.
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.jca.work.jboss
AsyncTaskExecutor
          Extended interface for asynchronous TaskExecutor implementations, offering an overloaded AsyncTaskExecutor.execute(Runnable, long) variant with start timeout parameter.
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.remoting.jaxws
TaskExecutor
          Simple task executor interface that abstracts the execution of a Runnable.
 

Classes in org.springframework.core.task used by org.springframework.remoting.support
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.backportconcurrent
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.
 



Copyright © 2002-2008 The Spring Framework.