|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Thread
drcl.comp.WorkerThread
drcl.sim.event.SEThread
SESimulator| Field Summary |
| Fields inherited from class drcl.comp.WorkerThread |
currentContext, mainContext, runtime, State_ACTIVE, State_FINISHING, State_INACTIVE, State_SLEEPING, State_WAITING, totalNumEvents |
| Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
SEThread()
|
|
SEThread(java.lang.ThreadGroup group_,
java.lang.String name_)
|
|
| Method Summary | |
java.lang.String |
_toString()
|
java.lang.String |
info(java.lang.String prefix_)
|
boolean |
isReadyForNextTask()
|
void |
kill()
Let go of the thread from sleep in idle. |
java.lang.String |
locks()
|
void |
run()
Standard Thread.run(). |
void |
start()
Delay the starting until the time specified later(second). |
| Methods inherited from class drcl.comp.WorkerThread |
_debug, _getName, getNumEvents, getState, getTime, info, isOrphan, isWaiting, toString |
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend, yield |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SEThread()
public SEThread(java.lang.ThreadGroup group_,
java.lang.String name_)
| Method Detail |
public java.lang.String info(java.lang.String prefix_)
info in class WorkerThreadpublic java.lang.String _toString()
public void start()
public void run()
public void kill()
public final boolean isReadyForNextTask()
public final java.lang.String locks()
|
DRCL J-Sim API | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||