Class | Description |
---|---|
DirectExecutorService<V extends java.io.Serializable> |
An executor service that invokes a serializable callable directly on
the scheduling thread.
|
FutureTaskExecutorServiceSupport<V extends java.io.Serializable> |
A support class that a concrete executor service may extend to schedule and
manage FutureTasks for a SerializableCallable.
|
ScheduledThreadPoolExecutorService<V extends java.io.Serializable> |
An executor service that invokes a serializable callable using a
thread pool from the scheduling VM.
|