J-Sim v1.2.1-p7 API

Uses of Class
drcl.comp.Task

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  void ARuntime.newTask(Task task_, WorkerThread currentThread_)
          The only way to trigger new tasks to be executed.
protected abstract  void ACARuntime.newTask(Task task_, WorkerThread current_)
          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 SESimulatorOld.newTask(Task task_, WorkerThread currentThread_)
          The only way to trigger new tasks to be executed.
protected  void SESimulator.newTask(Task task_, WorkerThread currentThread_)
          The only way to trigger new tasks to be executed.
 


J-Sim v1.2.1-p7 API

Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved.     ~ To J-Sim Home ~