public class Threading
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Threading.NamedCallable<V>
Convenience class for creating Callables that set the name of the thread.
|
static class |
Threading.NamedRunnable
Convenience class for creating runnables that set the name of the thread.
|
Constructor and Description |
---|
Threading() |
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.ExecutorService |
getPool()
Get the thread pool.
|
public static java.util.concurrent.ExecutorService getPool() throws InternalError
InternalError
- if the thread pool is not initialized.