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

Method Index

 o getTaskScheduler()
Gets the associated task scheduler.

Methods

 o getTaskScheduler
 public abstract TaskScheduler getTaskScheduler()
Gets the associated task scheduler.

Returns:
The associated task scheduler.

All Packages  Class Hierarchy  This Package  Previous  Next  Index