drcl.comp
Class TaskSend
java.lang.Object
drcl.DrclObj
drcl.comp.ACATimer
drcl.comp.Task
drcl.comp.TaskSend
- All Implemented Interfaces:
- java.lang.Cloneable, ObjectCloneable, 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, 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_.
- Specified by:
execute in class Task
Copyright © 1998-2003 Distributed Real-time Computing Lab (DRCL). All Rights Reserved. ~ To J-Sim Home ~