DRCL JavaSim API

drcl.comp
Class TaskNotify

java.lang.Object
  |
  +--drcl.DrclObj
        |
        +--drcl.comp.ACATimer
              |
              +--drcl.comp.Task
                    |
                    +--drcl.comp.TaskNotify
All Implemented Interfaces:
java.lang.Cloneable, ObjectDuplicable, java.io.Serializable

public class TaskNotify
extends Task

Defines the "notify" runtime task.

See Also:
Serialized Form

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
TaskNotify(java.lang.Object data_, double time_)
          Creates a notify/runnable task to be executed at the specified time.
 
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

TaskNotify

public TaskNotify(java.lang.Object data_,
                  double time_)
Creates a notify/runnable task to be executed at the specified time.
Method Detail

toString

public final java.lang.String toString()
Overrides:
toString in class DrclObj

execute

public void execute(WorkerThread thread_)
Description copied from class: Task
Executes the task in thread_.
Overrides:
execute in class Task

DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~