| Interface | Description |
|---|---|
| DeferredExecutor |
The class which guaranty execution of the given runnable on the event dispatch thread must implement this interface.
|
| ExecutorProvider |
The class which implements this interface is used as a factory for the
ExecutorService |
| ParallelProgressCallback |
Class which implements ParallelProgressCallback interacts with a ParallelProgressDelegate.
|
| ParallelProgressDelegate |
Version of the non-blocking background progress delegate.
|
| ProgressDelegate |
When there is a need to show execution progress use particular implementation of the ProgressDelegate.
|
| ProgressSubscriber |
Class which implements this interface receives progress notifications
|
| SequentialCallable |
The class which requires execution of the callable with the given group name in order within the group
must implement this interface.
|
| Class | Description |
|---|---|
| ConcurrentAdapter |
In the typical client program it is a good practice to separate UI thread and service execution thread.
|
| ConcurrentAdapter.HeadlessConcurrentAdapter | |
| ConcurrentExecutor |
ConcurrentExecutor is a service class which coordinates all work related to the service thread creation, execution and termination.
|
| ConcurrentFeature |
This class is used to configure ConcurrentAdapter behavior such as: show progress indicator or not, enabled cancel functionality or nor, etc.
|
| DefaultDeferredExecutor |
The default implementation of the DeferredExecutor interface.
|
| FileLocker<R> |
The class for acquiring and releasing os level file locks.
|
| ParallelExecutor |
The purpose of this class is to coordinate execution of the multiple tasks in
the separate threads.
|
| ParallelExecutor.ParallelExecutorThreadFactory |
A factory for creating ParallelExecutorThread objects.
|
| WaitUntil |
This class implements "wait until done or time expired" pattern.
|
| Enum | Description |
|---|---|
| ConcurrentResource |
The default messages used by ConcurrentExecutor.
|
Copyright © 2010-2020 Toolsverse. All Rights Reserved.