com.ericsson.tic.vi
Class TimeOutTimer

java.lang.Object
  extended by java.util.TimerTask
      extended by com.ericsson.tic.vi.TimeOutTimer
All Implemented Interfaces:
Runnable

public class TimeOutTimer
extends TimerTask

This thread periodically reads thru the list of data to see if any of the timestamps are older than the time-out time and resets the data if it is so.

Version:
1.0 (2008-12-04)
Author:
Sami Matilainen

Constructor Summary
TimeOutTimer()
          Create a TimeOutTimer
 
Method Summary
 void run()
          Periodically read thru the list of data to see if any of the timestamps are older than the time-out time and resets the data if it is so.
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeOutTimer

public TimeOutTimer()
Create a TimeOutTimer

Method Detail

run

public void run()
Periodically read thru the list of data to see if any of the timestamps are older than the time-out time and resets the data if it is so.

Specified by:
run in interface Runnable
Specified by:
run in class TimerTask