Package | Description |
---|---|
org.springframework.scheduling.concurrent |
Scheduling convenience classes for the JDK 1.5+ Executor mechanism
in the
java.util.concurrent package, allowing to set up a
ThreadPoolExecutor or ScheduledThreadPoolExecutor as a bean in a Spring
context. |
Class and Description |
---|
ConcurrentTaskExecutor
Adapter that takes a JDK 1.5
java.util.concurrent.Executor and
exposes a Spring TaskExecutor for it. |
CustomizableThreadFactory
Implementation of the JDK 1.5
ThreadFactory
interface, allowing for customizing the created threads (name, priority, etc). |
ExecutorConfigurationSupport
Base class for classes that are setting up a
java.util.concurrent.ExecutorService
(typically a ThreadPoolExecutor ). |
ScheduledExecutorTask
JavaBean that describes a scheduled executor task, consisting of the
Runnable and a delay plus period. |
Copyright © 2015. All rights reserved.