|
DRCL JavaSim API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--drcl.DrclObj
|
+--drcl.comp.ACATimer
|
+--drcl.comp.Task
|
+--drcl.comp.TaskFork
Defines the "fork" task.
| Fields inherited from class drcl.comp.Task |
port, returnPort, TYPE_RESUME, TYPE_RUNNABLE, TYPE_START, TYPE_STOP, TYPE_UNKNOWN |
| Fields inherited from class drcl.comp.ACATimer |
data |
| Constructor Summary | |
TaskFork(ForkManager fm_,
double time_)
Creates a task to be executed immediately. |
|
| Method Summary | |
void |
execute(WorkerThread thread_)
Executes the task in thread_. |
java.lang.String |
toString()
|
| Methods inherited from class drcl.comp.Task |
createNotify, createNotify, createResume, createRunnable, createStart, createStop |
| Methods inherited from class drcl.comp.ACATimer |
duplicate, getTime |
| Methods inherited from class drcl.DrclObj |
clone |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TaskFork(ForkManager fm_,
double time_)
| Method Detail |
public final java.lang.String toString()
toString in class DrclObjpublic void execute(WorkerThread thread_)
Taskthread_.execute in class Task
|
DRCL JavaSim API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||