railo.runtime.debug
Class DebugTimerImpl

java.lang.Object
  extended by railo.runtime.debug.DebugTimerImpl
All Implemented Interfaces:
Serializable, DebugTimer

public final class DebugTimerImpl
extends Object
implements DebugTimer

See Also:
Serialized Form

Constructor Summary
DebugTimerImpl(String label, long time, String template)
           
 
Method Summary
 String getLabel()
           
 String getTemplate()
           
 long getTime()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugTimerImpl

public DebugTimerImpl(String label,
                      long time,
                      String template)
Method Detail

getLabel

public String getLabel()
Specified by:
getLabel in interface DebugTimer
Returns:
the label

getTemplate

public String getTemplate()
Specified by:
getTemplate in interface DebugTimer
Returns:
the template

getTime

public long getTime()
Specified by:
getTime in interface DebugTimer
Returns:
the time


Copyright © 2012 Railo