All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface calypso.util.tasc.TimeoutTaskSHandle

public interface TimeoutTaskSHandle
extends SHandle
An interface for timeout scheduling handles.

Author:
Petteri Koponen
See Also:
TimeoutTaskScheduler, TimeoutTask

Method Index

 o getTimeout()
Gets the timeout of the handle.
 o getTimeoutTaskScheduler()
Gets the associated timeout task scheduler.

Methods

 o getTimeout
 public abstract long getTimeout()
Gets the timeout of the handle.

Returns:
The timeout of the handle in milliseconds.
 o getTimeoutTaskScheduler
 public abstract TimeoutTaskScheduler getTimeoutTaskScheduler()
Gets the associated timeout task scheduler.

Returns:
The associated timeout task scheduler.

All Packages  Class Hierarchy  This Package  Previous  Next  Index