Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.vrspace.server
Class Checkpoint  view Checkpoint download Checkpoint.java

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


Field Summary
(package private)  boolean running
           
(package private)  Server server
           
 
Fields inherited from class java.util.TimerTask
 
Constructor Summary
Checkpoint(Server server)
           
 
Method Summary
 void run()
          Method that is called when this task is scheduled for execution.
 
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
 

Field Detail

server

Server server

running

boolean running
Constructor Detail

Checkpoint

public Checkpoint(Server server)
Method Detail

run

public void run()
Description copied from class: java.util.TimerTask
Method that is called when this task is scheduled for execution.