|
DRCL JavaSim API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Task | |
| drcl.comp | |
| drcl.sim.event | |
| Uses of Task in drcl.comp |
| Subclasses of Task in drcl.comp | |
class |
TaskFork
Defines the "fork" task. |
class |
TaskNotify
Defines the "notify" runtime task. |
class |
TaskReceive
Defines the "receive" task. |
class |
TaskSend
Defines the runtime "send" task performed by a WorkerThread. |
class |
TaskSpecial
Defines the "special" runtime task performed by a WorkerThread. |
| Fields in drcl.comp declared as Task | |
Task |
WorkerThread.mainContext
|
Task |
WorkerThread.currentContext
|
| Methods in drcl.comp that return Task | |
static Task |
Task.createNotify(java.lang.Object target_)
Creates a special task to notify on the targeted object. |
static Task |
Task.createNotify(java.lang.Object target_,
double time_)
Creates a special task to notify on the targeted object. |
static Task |
Task.createStart(Component c_,
double time_)
Creates a special task to start the component system. |
static Task |
Task.createStop(Component c_,
double time_)
Creates a special task to stop the component system. |
static Task |
Task.createResume(Component c_,
double time_)
Creates a special task to resume the component system. |
static Task |
Task.createRunnable(java.lang.Runnable r_,
double time_)
Creates a special task to execute the Runnable as a normal Java thread. |
| Methods in drcl.comp with parameters of type Task | |
protected abstract void |
ACARuntime.newTask(Task task_,
WorkerThread current_)
The only way to trigger new tasks to be executed. |
protected void |
ARuntime.newTask(Task task_,
WorkerThread currentThread_)
The only way to trigger new tasks to be executed. |
| Uses of Task in drcl.sim.event |
| Methods in drcl.sim.event with parameters of type Task | |
protected void |
SESimulator.newTask(Task task_,
WorkerThread currentThread_)
The only way to trigger new tasks to be executed. |
|
DRCL JavaSim API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||