org.sapia.ubik.taskman
Interface TaskManager

All Known Implementing Classes:
DefaultTaskManager, MultithreadedTaskManager

public interface TaskManager


Method Summary
 void addTask(TaskContext ctx, Task task)
          Creates an instance of this class.
 void shutdown()
          Shuts down this instance (task processing halts).
 

Method Detail

addTask

void addTask(TaskContext ctx,
             Task task)
Creates an instance of this class.

Parameters:
ctx - the TaskContext that provides information about the task to execute.
task - the Task to execute.

shutdown

void shutdown()
Shuts down this instance (task processing halts).



Copyright © 2010 Sapia OSS. All Rights Reserved.