isc.sensor.outputadaptor
Class OAObjectManager.FlushTask

java.lang.Object
  extended by java.util.TimerTask
      extended by isc.sensor.outputadaptor.OAObjectManager.FlushTask
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
OAObjectManager

 class OAObjectManager.FlushTask
extends java.util.TimerTask

This timer class will flush the objectmanager cache when the specified time has expired.


Constructor Summary
OAObjectManager.FlushTask()
           
 
Method Summary
 void run()
           
 
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

OAObjectManager.FlushTask

OAObjectManager.FlushTask()
Method Detail

run

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