All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.util.tasc.TaskSHandle
- public interface TaskSHandle
- extends SHandle
An interface for task scheduling handles.
- Author:
- Petteri Koponen
- See Also:
- TaskScheduler, Task
-
getTaskScheduler()
- Gets the associated task scheduler.
getTaskScheduler
public abstract TaskScheduler getTaskScheduler()
- Gets the associated task scheduler.
- Returns:
- The associated task scheduler.
All Packages Class Hierarchy This Package Previous Next Index