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
-
getTimeout()
- Gets the timeout of the handle.
-
getTimeoutTaskScheduler()
- Gets the associated timeout task scheduler.
getTimeout
public abstract long getTimeout()
- Gets the timeout of the handle.
- Returns:
- The timeout of the handle in milliseconds.
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