|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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.jca.work | Convenience classes for scheduling based on the JCA 1.5 WorkManager facility, as supported within JCA 1.5 ResourceAdapters. |
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.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 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 | |
---|---|
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.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.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.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 . |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |