Package org.sapia.ubik.taskman

Interface Summary
Task This interface specifies the behavior of tasks that are handled by the TaskManager
TaskManager  
 

Class Summary
DefaultTaskManager An instance of this class executes Tasks in a separate thread: a single thread is shared among multiple tasks.
MultithreadedTaskManager This class implements a TaskManager that creates a thread for each task added to it.
TaskContext Holds data about a given Task instance.
TaskManagerFactory A factory of TaskManagers.
 



Copyright © 2010 Sapia OSS. All Rights Reserved.