com.jalios.util
Class Chrono

java.lang.Object
  extended by com.jalios.util.Chrono

public class Chrono
extends Object


Nested Class Summary
static class Chrono.Step
           
 
Field Summary
protected  List cleanedStepList
           
protected  String name
           
static String REVISION
           
protected  boolean runState
           
protected  boolean started
           
protected  List stepList
           
protected  boolean stopped
           
 
Constructor Summary
Chrono(String name)
           
 
Method Summary
 List getCleanedStepList()
           
 long getDelta(Chrono.Step step1, Chrono.Step step2)
           
 long getDelta(int indStep1, int indStep2)
           
 List getStepList()
           
 long getTime()
           
 void pause()
           
 String print()
           
 String printhtml()
           
 void resume()
           
 void start()
           
 void step()
           
 void stop()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

REVISION

public static final String REVISION
See Also:
Constant Field Values

name

protected String name

stepList

protected List stepList

cleanedStepList

protected List cleanedStepList

runState

protected boolean runState

started

protected boolean started

stopped

protected boolean stopped
Constructor Detail

Chrono

public Chrono(String name)
Method Detail

start

public void start()

stop

public void stop()

step

public void step()

pause

public void pause()

resume

public void resume()

getDelta

public long getDelta(Chrono.Step step1,
                     Chrono.Step step2)

getDelta

public long getDelta(int indStep1,
                     int indStep2)

getTime

public long getTime()

getStepList

public List getStepList()

getCleanedStepList

public List getCleanedStepList()

print

public String print()

printhtml

public String printhtml()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2010 Jalios SA. All Rights Reserved.