Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.core.task Classes and Interfaces - 10 results found.
NameDescriptionTypePackageFramework
AsyncListenableTaskExecutorExtension of the AsyncTaskExecutor interface, adding the capability to submittasks for ListenableFutures.Interfaceorg.springframework.core.taskSpring MVC
AsyncTaskExecutoroffering an overloaded execute(Runnable, long) variant with a starttimeout parameter as well support for Callable.Interfaceorg.springframework.core.taskSpring MVC
ConcurrentExecutorAdapterAdapter that exposes the Executor interfacefor any Spring TaskExecutor.Classorg.springframework.core.task.supportSpring MVC
ExecutorServiceAdapterAdapter that takes a Spring TaskExecutor)and exposes a full java.Classorg.springframework.core.task.supportSpring MVC
SimpleAsyncTaskExecutorTaskExecutor implementation that fires up a new Thread for each task,executing it asynchronously.Classorg.springframework.core.taskSpring MVC
SyncTaskExecutorTaskExecutor implementation that executes each task synchronouslyin the calling thread.Classorg.springframework.core.taskSpring MVC
TaskExecutorSimple task executor interface that abstracts the executionsuch as: synchronous, asynchronous, using a thread pool, and more.Interfaceorg.springframework.core.taskSpring MVC
TaskExecutorAdapterAdapter that takes a JDK java.Classorg.springframework.core.task.supportSpring MVC
TaskRejectedExceptionException thrown when a TaskExecutor rejects to accepta given task for execution.Classorg.springframework.core.taskSpring MVC
TaskTimeoutExceptionException thrown when a AsyncTaskExecutor rejects to accepta given task for execution because of the specified timeout.Classorg.springframework.core.taskSpring MVC