org.openrdf.sesame.admin
Class StatusReporter

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.openrdf.sesame.admin.StatusReporter
All Implemented Interfaces:
Runnable

public class StatusReporter
extends Thread


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
StatusReporter(long interval, AdminListener report)
           
 
Method Summary
 long getRunningTime()
           
 int getStatementCount()
           
 void run()
           
 void statementAdded()
           
 void stopRunning()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusReporter

public StatusReporter(long interval,
                      AdminListener report)
Method Detail

run

public void run()

stopRunning

public void stopRunning()

statementAdded

public void statementAdded()

getStatementCount

public int getStatementCount()

getRunningTime

public long getRunningTime()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.