DRCL J-Sim API

Uses of Class
drcl.comp.ACATimer

Packages that use ACATimer
drcl.comp   
drcl.inet.data   
drcl.net   
 

Uses of ACATimer in drcl.comp
 

Subclasses of ACATimer in drcl.comp
 class Task
          Defines a runtime task performed by a WorkerThread.
 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.
 

Methods in drcl.comp that return ACATimer
 ACATimer Component.send(Port which_, java.lang.Object data_, double duration_)
          Sets up a delayed send event.
 ACATimer Component.sendAt(Port which_, java.lang.Object data_, double time_)
          Sets up a delayed send event.
 ACATimer Component.fork(Port which_, java.lang.Object data_, double duration_)
          Sets up a fork event.
 ACATimer Component.forkAt(Port which_, java.lang.Object data_, double time_)
          Sets up a fork event.
 

Methods in drcl.comp with parameters of type ACATimer
 void Component.cancelFork(ACATimer handle_)
          Cancels a fork event.
 

Uses of ACATimer in drcl.inet.data
 

Fields in drcl.inet.data declared as ACATimer
 ACATimer RTEntry.handle
           
 

Uses of ACATimer in drcl.net
 

Methods in drcl.net that return ACATimer
 ACATimer Module.setTimeoutAt(java.lang.Object evt_, double time_)
          Sets up a timeout event at the specified absolute time.
 ACATimer Module.setTimeout(java.lang.Object evt_, double duration_)
          Sets up a timeout event at the specified time later.
 

Methods in drcl.net with parameters of type ACATimer
 void Module.cancelTimeout(ACATimer handle_)
          Cancels a timeout event.
 


DRCL J-Sim API

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