Package | Description |
---|---|
com.sun.electric.tool.util.concurrent.runtime.taskParallel |
Modifier and Type | Method and Description |
---|---|
ThreadPool.ThreadPoolState |
ThreadPool.getState()
Get current state of the thread pool
|
static ThreadPool.ThreadPoolState |
ThreadPool.ThreadPoolState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ThreadPool.ThreadPoolState[] |
ThreadPool.ThreadPoolState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|