org.sapia.taskman.examples
Class NestedTask

java.lang.Object
  |
  +--org.sapia.taskman.examples.NestedTask
All Implemented Interfaces:
Serializable, Task

public class NestedTask
extends Object
implements Task

Author:
Yanick Duchesne 1-May-2003
See Also:
Serialized Form

Constructor Summary
NestedTask()
          Constructor for NestedTask.
 
Method Summary
 void exec(TaskContext ctx)
          Executes this task.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NestedTask

public NestedTask()
Constructor for NestedTask.

Method Detail

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.