public class ThreadStatus
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static byte |
MONITOR |
static byte |
RUNNING |
static byte |
SLEEPING |
static byte |
WAIT |
static byte |
ZOMBIE |
| Constructor and Description |
|---|
ThreadStatus() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
asString(int status) |
public static final byte ZOMBIE
public static final byte RUNNING
public static final byte SLEEPING
public static final byte MONITOR
public static final byte WAIT
Copyright © 2014. All Rights Reserved.