java.lang.Object
java.util.TimerTask
org.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
| Fields inherited from class java.util.TimerTask |
|
|
Method Summary |
void |
run()
Method that is called when this task is scheduled for execution. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
server
Server server
running
boolean running
Checkpoint
public Checkpoint(Server server)
run
public void run()
- Description copied from class:
java.util.TimerTask
- Method that is called when this task is scheduled for execution.