net.jxta.search.util
Class ISTimer

java.lang.Object
  |
  +--net.jxta.search.util.ISTimer

public class ISTimer
extends java.lang.Object


Constructor Summary
ISTimer()
           
 
Method Summary
 long elapsedTime()
           
 void endTimer()
           
 void resetTimer()
           
 void startTimer()
           
 void stopTimer()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISTimer

public ISTimer()
Method Detail

startTimer

public void startTimer()

stopTimer

public void stopTimer()

endTimer

public void endTimer()

resetTimer

public void resetTimer()

elapsedTime

public long elapsedTime()