All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface calypso.util.tasc.PriorityTask

public interface PriorityTask
extends Task
An interface for priority tasks. Priority tasks are tasks that may be executed according to the order of their priorities (the highest-priority tasks are executed first).

Author:
Petteri Koponen
See Also:
PriorityTaskScheduler, PriorityTaskSHandle

Method Index

 o getPriority()
Gets the priority of the task.
 o setPriority(int)
Sets the priority of the task.

Methods

 o setPriority
 public abstract void setPriority(int priority_)
Sets the priority of the task.

 o getPriority
 public abstract int getPriority()
Gets the priority of the task.


All Packages  Class Hierarchy  This Package  Previous  Next  Index