| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
          Description
| Interface Summary | |
|---|---|
| AsyncTaskExecutor | Extended interface for asynchronous TaskExecutorimplementations,
 offering an overloadedAsyncTaskExecutor.execute(Runnable, long)variant with
 start timeout parameter. | 
| TaskExecutor | Simple task executor interface that abstracts the execution
 of a Runnable. | 
| Class Summary | |
|---|---|
| SimpleAsyncTaskExecutor | TaskExecutor implementation that fires up a new Thread for each task, executing it asynchronously. | 
| SyncTaskExecutor | TaskExecutorimplementation that executes each task
 synchronously in the calling thread. | 
| Exception Summary | |
|---|---|
| TaskRejectedException | Exception thrown when a TaskExecutorrejects to accept
 a given task for execution. | 
| TaskTimeoutException | Exception thrown when a AsyncTaskExecutorrejects to accept
 a given task for execution because of the specified timeout. | 
This package defines Spring's core TaskExecutor abstraction, and provides SyncTaskExecutor and SimpleAsyncTaskExecutor implementations.
| 
 | ||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||