All Packages Class Hierarchy This Package Previous Next Index
Interface calypso.util.tasc.PriorityTaskSHandle
- public interface PriorityTaskSHandle
- extends TaskSHandle
An interface for priority task scheduling handles.
- Author:
- Petteri Koponen
- See Also:
- PriorityTaskScheduler, PriorityTask
-
getPriority()
- Gets the priority of the handle.
-
getPriorityTaskScheduler()
- Gets the associated priority task scheduler.
getPriority
public abstract int getPriority()
- Gets the priority of the handle.
Note that this can differ from the current priority of the task. A task
can have several handles with different priorities.
- Returns:
- The priority of the handle.
getPriorityTaskScheduler
public abstract PriorityTaskScheduler getPriorityTaskScheduler()
- Gets the associated priority task scheduler.
- Returns:
- The associated priority task scheduler.
All Packages Class Hierarchy This Package Previous Next Index