JavaGenes, NASA Ames. Written largely by Al Globus

gov.nasa.javaGenes.core
Class PeriodicCheckpoints

java.lang.Object
  extended byjava.lang.Thread
      extended bygov.nasa.javaGenes.core.PeriodicCheckpoints
All Implemented Interfaces:
java.lang.Runnable

public class PeriodicCheckpoints
extends java.lang.Thread

causes another thread to checkpoint periodically


Field Summary
protected  Checkpointer checkpointer
           
protected  long lastTime
           
protected  long time
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

checkpointer

protected Checkpointer checkpointer

time

protected long time

lastTime

protected long lastTime
Method Detail

run

public void run()

JavaGenes, NASA Ames. Written largely by Al Globus