edu.cuny.cat.server
Interface TimeoutTask

All Superinterfaces:
java.lang.Runnable
All Known Implementing Classes:
SessionTimeoutTask

public interface TimeoutTask
extends java.lang.Runnable

An interface for creating tasks that will be performend when timeout occurs and can be cancelled.

Version:
$Revision: 1.6 $
Author:
Jinzhong Niu

Method Summary
 boolean cancel()
           
 
Methods inherited from interface java.lang.Runnable
run
 

Method Detail

cancel

boolean cancel()