public class ThreadingOption
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
isThreadingEnabled
Public access.
|
Constructor and Description |
---|
ThreadingOption() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isThreadingEnabled()
Returns true when threading is enabled
|
static void |
setThreadingEnabled(java.lang.Boolean threadingEnabled)
Sets the thread option on.
|