org.vrspace.server
Class Checkpoint

java.lang.Object
  extended byjava.util.TimerTask
      extended byorg.vrspace.server.Checkpoint
All Implemented Interfaces:
java.lang.Runnable

public class Checkpoint
extends java.util.TimerTask

Runs from Scheduler. - commits database and request log - closes inactive sessions - collects statistics


Constructor Summary
Checkpoint(Server server)
           
 
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

Checkpoint

public Checkpoint(Server server)
Method Detail

run

public void run()