Package org.springframework.core.task
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
TaskExecutor Simple task executor interface that abstracts the execution of a Runnable.
Classes
SimpleAsyncTaskExecutor TaskExecutor implementation that fires up a new Thread for each task, executing it asynchronously.
SyncTaskExecutor TaskExecutor implementation that executes each task synchronously in the calling thread.
This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.