| |
|
| java.lang.Object java.lang.Thread org.quickserver.util.pool.thread.ClientThread
Inner Class :static class InstanceId | |
Field Summary | |
protected volatile char | state Holds the current Thread state. |
state | protected volatile char state(Code) | | Holds the current Thread state.
U = Unknown
S = Started
R - Running a client
I = Idle
L = Looking for client
P = Was sent back to pool
W = Waiting in pool
N = Was notified, Looking for client
D = Dead
|
clean | public void clean()(Code) | | |
getInstanceId | public int getInstanceId()(Code) | | |
isReady | public boolean isReady()(Code) | | |
toString | public String toString()(Code) | | [ThreadInPool[]:] - - Client {ClientHandler:...}
since: 1.4.1 |
|
|
|