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

Method Index

 o getPriority()
Gets the priority of the handle.
 o getPriorityTaskScheduler()
Gets the associated priority task scheduler.

Methods

 o 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.
 o 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