com.ericsson.tic.vi
Class TimeOutTimer
java.lang.Object
java.util.TimerTask
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
|
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.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TimeOutTimer
public TimeOutTimer()
- Create a TimeOutTimer
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