net.sf.infrared.web.persistence
Class PerformanceDataTransferTimer

java.lang.Object
  extended byjava.util.TimerTask
      extended bynet.sf.infrared.web.persistence.PerformanceDataTransferTimer
All Implemented Interfaces:
Runnable

public class PerformanceDataTransferTimer
extends TimerTask

A TimerTask based implementation to transfer performance data


Constructor Summary
PerformanceDataTransferTimer()
           
 
Method Summary
 void run()
          The action to be performed by this timer task.
 
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

PerformanceDataTransferTimer

public PerformanceDataTransferTimer()
Method Detail

run

public void run()
The action to be performed by this timer task.