org.jmonit
Class Probe

java.lang.Object
  extended by org.jmonit.Probe
Direct Known Subclasses:
Stopwatch

Deprecated. use Execution

public class Probe
extends java.lang.Object

Author:
Nicolas De Loof

Constructor Summary
Probe()
          Deprecated.  
 
Method Summary
 void cancel()
          Deprecated.  
 long getElapsedTime()
          Deprecated.  
 void pause()
          Deprecated.  
 void resume()
          Deprecated.  
 void start()
          Deprecated.  
static Probe start(Monitor monitor)
          Deprecated.  
 long stop()
          Deprecated.  
 long stop(boolean canceled)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Probe

public Probe()
Deprecated. 
Method Detail

start

public static Probe start(Monitor monitor)
Deprecated. 

cancel

public void cancel()
Deprecated. 

getElapsedTime

public long getElapsedTime()
Deprecated. 

pause

public void pause()
Deprecated. 

resume

public void resume()
Deprecated. 

start

public void start()
Deprecated. 

stop

public long stop(boolean canceled)
Deprecated. 

stop

public long stop()
Deprecated. 


Copyright © 2007 Nicolas De Loof. All Rights Reserved.