org.sapia.taskman.examples
Class HelloWorldTask

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

public class HelloWorldTask
extends Object
implements Task

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

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

HelloWorldTask

public HelloWorldTask()
Constructor for HelloWorldTask.

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.