org.apache.struts2.util
Class Timer

java.lang.Object
  extended by org.apache.struts2.util.Timer

public class Timer
extends Object

A bean that can be used to time execution of pages


Field Summary
(package private)  long current
           
(package private)  long start
           
 
Constructor Summary
Timer()
           
 
Method Summary
 long getTime()
           
 long getTotal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

current

long current

start

long start
Constructor Detail

Timer

public Timer()
Method Detail

getTime

public long getTime()

getTotal

public long getTotal()


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.