org.sapia.taskman.examples
Class CompositeTask

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

public class CompositeTask
extends Object
implements Task

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

Constructor Summary
CompositeTask()
          Constructor for CompositeTask.
 
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

CompositeTask

public CompositeTask()
Constructor for CompositeTask.

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.