org.sapia.taskman
Class DummyTask
java.lang.Object
|
+--org.sapia.taskman.DummyTask
- All Implemented Interfaces:
- Serializable, Task
- public class DummyTask
- extends Object
- implements Task
- Author:
- Yanick Duchesne
15-Apr-2003
- See Also:
- Serialized Form
|
Constructor Summary |
DummyTask(boolean nested)
Constructor for DummyTask. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyTask
public DummyTask(boolean nested)
- Constructor for DummyTask.
exec
public void exec(TaskContext ctx)
- Description copied from interface:
Task
- Executes this task.
- Specified by:
exec in interface Task
- Parameters:
ctx - a TaskContext.- See Also:
Task.exec(TaskContext)
Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.