All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.util.tasc.TaskScheduler
- public interface TaskScheduler
- extends Scheduler
An interface for schedulers that schedule tasks.
- Author:
- Petteri Koponen
- See Also:
- Task, SHandle
-
makeTaskSHandle(Task)
- Returns a task scheduling handle for a task.
makeTaskSHandle
public abstract TaskSHandle makeTaskSHandle(Task task_)
- Returns a task scheduling handle for a task.
- Parameters:
- task_ - A task.
- Returns:
- A scheduling handle.
All Packages Class Hierarchy This Package Previous Next Index