net.sf.farrago.db
Class FarragoDatabase.CheckpointTask

java.lang.Object
  extended by java.util.TimerTask
      extended by net.sf.farrago.util.FarragoTimerTask
          extended by net.sf.farrago.db.FarragoDatabase.CheckpointTask
All Implemented Interfaces:
Runnable
Enclosing class:
FarragoDatabase

private class FarragoDatabase.CheckpointTask
extends FarragoTimerTask


Constructor Summary
FarragoDatabase.CheckpointTask()
           
 
Method Summary
 void runTimer()
          Runs the timer action as specified by subclass.
 
Methods inherited from class net.sf.farrago.util.FarragoTimerTask
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

FarragoDatabase.CheckpointTask

FarragoDatabase.CheckpointTask()
Method Detail

runTimer

public void runTimer()
Description copied from class: FarragoTimerTask
Runs the timer action as specified by subclass.

Specified by:
runTimer in class FarragoTimerTask