- STATE_ALIVE - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is alive
- STATE_BLOCKED_ON_MONITOR_ENTER - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is waiting to enter an object monitor
- STATE_IN_NATIVE - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is in native code
- STATE_IN_OBJECT_WAIT - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is in Object.wait
- STATE_INTERRUPTED - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread has a pending interrupt
- STATE_PARKED - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread has been deliberately removed from scheduling
- STATE_RUNNABLE - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread can be run although may not be actually running
- STATE_SLEEPING - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is in the Thread.sleep method
- STATE_SUSPENDED - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread has been suspended by Thread.suspend
- STATE_TERMINATED - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread has terminated
- STATE_VENDOR_1 - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is in a vendor specific state
- STATE_VENDOR_2 - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is in a vendor specific state
- STATE_VENDOR_3 - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is in a vendor specific state
- STATE_WAITING - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is in a waiting state in native code
- STATE_WAITING_INDEFINITELY - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is waiting on a monitor with no timeout value set
- STATE_WAITING_WITH_TIMEOUT - Static variable in interface com.ibm.dtfj.java.JavaThread
-
The thread is waiting on a monitor but will timeout at some point
- SYSTEM_PROPERTY_TMPDIR - Static variable in interface com.ibm.dtfj.image.ImageFactory
-
If the image is to be created from a core file inside a compressed file this property
controls where the file will extracted.