| Interface | Description |
|---|---|
| IExecutorServiceFactory |
Factory for creating
ExecutorService instances. |
| Class | Description |
|---|---|
| DefaultExecutorServiceFactory |
Factory for creating
ExecutorService objects using the
Executors.newFixedThreadPool(int) method. |
| ExtendedDefaultThreadFactory |
Based on a DefaultThreadFactory somewhere in the Sun JDK but with the ability
to change the name of the thread slightly :)
|
| ManagedExecutorService |
Wrapper around an
ExecutorService with additional helper methods. |
| NonReentrantLock |
Non reentrant lock.
|
Copyright © 2014–2015 Philip Helger. All rights reserved.