drcl.comp
Class TaskSend
java.lang.Object
|
+--drcl.DrclObj
|
+--drcl.comp.ACATimer
|
+--drcl.comp.Task
|
+--drcl.comp.TaskSend
- All Implemented Interfaces:
- java.lang.Cloneable, ObjectDuplicable, java.io.Serializable
- public class TaskSend
- extends Task
Defines the runtime "send" task performed by a WorkerThread.
- See Also:
- Serialized Form
|
Constructor Summary |
TaskSend(Port port_,
java.lang.Object data_)
Creates a task to be executed immediately. |
TaskSend(Port port_,
java.lang.Object data_,
double time_)
Creates a task to be executed at the specified time. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TaskSend
public TaskSend(Port port_,
java.lang.Object data_)
- Creates a task to be executed immediately.
TaskSend
public TaskSend(Port port_,
java.lang.Object data_,
double time_)
- Creates a task to be executed at the specified time.
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
Copyright © 2001 - DRCL, OSU ~ Back to JavaSim Home ~