lumis.util
Class StopWatch

Package class diagram package StopWatch
java.lang.Object
  extended by lumis.util.StopWatch

public class StopWatch
extends Object


Constructor Summary
StopWatch()
           
 
Method Summary
 long pause()
           
 long read()
           
 void reset()
           
 void start()
           
 long stop()
           
 void unpause()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopWatch

public StopWatch()
Method Detail

start

public void start()
           throws PortalException
Throws:
PortalException

read

public long read()
          throws PortalException
Throws:
PortalException

reset

public void reset()
           throws PortalException
Throws:
PortalException

stop

public long stop()
          throws PortalException
Throws:
PortalException

pause

public long pause()
           throws PortalException
Throws:
PortalException

unpause

public void unpause()
             throws PortalException
Throws:
PortalException


Lumisportal  4.1.0.071221 - Copyright © 2001-2007, Lumis. All Rights Reserved.