|
DRCL JavaSim API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WorkerThread | |
| drcl.comp | |
| drcl.sim.event | |
| Uses of WorkerThread in drcl.comp |
| Subclasses of WorkerThread in drcl.comp | |
class |
AWorkerThread
|
| Fields in drcl.comp declared as WorkerThread | |
WorkerThread |
Component.LockPack.holder
|
| Methods in drcl.comp with parameters of type WorkerThread | |
protected abstract void |
ForkManager.process(WorkerThread current_,
double now_)
For a parent fork manager to notify its child manager of processing expired fork events. |
protected abstract void |
ACARuntime.newTask(Task task_,
WorkerThread current_)
The only way to trigger new tasks to be executed. |
protected void |
ACARuntime.process(WorkerThread current_,
double now_)
|
protected void |
ARuntime.newTask(Task task_,
WorkerThread currentThread_)
The only way to trigger new tasks to be executed. |
abstract void |
Task.execute(WorkerThread thread_)
Executes the task in thread_. |
void |
TaskSend.execute(WorkerThread thread_)
|
void |
TaskReceive.execute(WorkerThread thread_)
|
protected void |
Port.doReceiving(java.lang.Object data_,
Port peer_,
WorkerThread thread_)
Data come in from a peer/client port. |
void |
TaskSpecial.execute(WorkerThread thread_)
|
void |
TaskNotify.execute(WorkerThread thread_)
|
void |
TaskFork.execute(WorkerThread thread_)
|
| Uses of WorkerThread in drcl.sim.event |
| Subclasses of WorkerThread in drcl.sim.event | |
class |
SEThread
|
| Methods in drcl.sim.event with parameters of type WorkerThread | |
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 | |||||||||