arlut.csd.ganymede
Class timeOutTask

java.lang.Object
  |
  +--arlut.csd.ganymede.timeOutTask
All Implemented Interfaces:
java.lang.Runnable, silentTask

class timeOutTask
extends java.lang.Object
implements java.lang.Runnable, silentTask

Runnable class to do a periodic sweep of idle users. Registered with the GanymedeScheduler by registerTasks(), to run every minute.


Constructor Summary
timeOutTask()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

timeOutTask

public timeOutTask()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable