Uses of Class
org.sapia.taskman.TaskContext

Packages that use TaskContext
org.sapia.taskman   
org.sapia.taskman.examples   
 

Uses of TaskContext in org.sapia.taskman
 

Methods in org.sapia.taskman that return TaskContext
 TaskContext TaskContext.exportVal(Object key, Object value)
          "Exports" the given value to this context - binding it to the given key.
 

Methods in org.sapia.taskman with parameters of type TaskContext
 void TaskContext.execSyncNestedTask(String name, Class taskClass, TaskContext ctx)
          Triggers the synchronous execution of the task whose class is given.
 void Task.exec(TaskContext ctx)
          Executes this task.
 void DummyTask.exec(TaskContext ctx)
           
 

Uses of TaskContext in org.sapia.taskman.examples
 

Methods in org.sapia.taskman.examples with parameters of type TaskContext
 void NestedTask.exec(TaskContext ctx)
           
 void HelloWorldTask.exec(TaskContext ctx)
           
 void CompositeTask.exec(TaskContext ctx)
           
 



Copyright © 2002 Sapia Open Community, Inc. All Rights Reserved.