|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.drjava.model.debug.DebugThreadData
public abstract class DebugThreadData
Class for keeping track of the currently running threads.
| Constructor Summary | |
|---|---|
DebugThreadData(String name,
String status,
long uniqueID)
|
|
| Method Summary | |
|---|---|
String |
getName()
Returns the name of this thread. |
String |
getStatus()
Returns the status of this thread (at the time of this object's construction) |
long |
getUniqueID()
|
abstract boolean |
isSuspended()
Tells whether or not the thread is suspended. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DebugThreadData(String name,
String status,
long uniqueID)
| Method Detail |
|---|
public String getName()
public String getStatus()
public long getUniqueID()
public abstract boolean isSuspended()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||