Package org.sapia.taskman

Interface Summary
Task Models a unit of work to be executed by a TaskManager.
TaskOutput A instance of this class is used be Task to log their activity.
 

Class Summary
DefaultTaskOutput A TaskOutput that logs to System.out.
DummyTask  
PeriodicTaskDescriptor A task descriptor that wraps a task to be executed at each n milliseconds, indefinitely.
TaskContext Models the execution context of a Task.
TaskDescriptor The base task descriptor class.
TaskManager An instance of this class executes Task instances.
TransientTaskDescriptor A task descriptor used to wrap tasks that are to be executed only once and then discarded.
 



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