| Interface | Description |
|---|---|
| IExecutorServiceFactory |
Factory for creating
ExecutorService instances. |
| Class | Description |
|---|---|
| ComparatorThreadID |
Comparator for ordering Thread objects by their ID. |
| ComparatorThreadName |
Comparator for ordering Thread objects by their
name. |
| 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. |
| ThreadUtils |
Some thread utility methods.
|
Copyright © 2006–2015 phloc systems. All rights reserved.