|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.fraid.plugin.ThreadState
public class ThreadState
| Field Summary | |
|---|---|
static int |
newThread
|
static int |
stopRequested
|
static int |
waiting
|
static int |
working
|
| Constructor Summary | |
|---|---|
ThreadState()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
toString(int aState)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int newThread
public static final int waiting
public static final int working
public static final int stopRequested
| Constructor Detail |
|---|
public ThreadState()
| Method Detail |
|---|
public static java.lang.String toString(int aState)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||