railo.runtime.debug
Class DebugEntrySupport

java.lang.Object
  extended by railo.runtime.debug.DebugEntrySupport
All Implemented Interfaces:
Serializable, DebugEntry
Direct Known Subclasses:
DebugEntryTemplateImpl, DebugEntryTemplatePartImpl

public abstract class DebugEntrySupport
extends Object
implements DebugEntry

See Also:
Serialized Form

Method Summary
 int getCount()
           
 long getExeTime()
           
 String getId()
           
 long getMax()
           
 long getMin()
           
 String getPath()
           
 void updateExeTime(long exeTime)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.runtime.debug.DebugEntry
getSrc
 

Method Detail

getExeTime

public long getExeTime()
Specified by:
getExeTime in interface DebugEntry
Returns:
Returns the exeTime.

updateExeTime

public void updateExeTime(long exeTime)
Specified by:
updateExeTime in interface DebugEntry
Parameters:
exeTime - The exeTime to set.

getPath

public String getPath()
Specified by:
getPath in interface DebugEntry
Returns:
the file path of this entry

getId

public String getId()
Specified by:
getId in interface DebugEntry

getCount

public int getCount()
Specified by:
getCount in interface DebugEntry
Returns:
Returns the count.

getMax

public long getMax()
Specified by:
getMax in interface DebugEntry
Returns:
Returns the max.

getMin

public long getMin()
Specified by:
getMin in interface DebugEntry
Returns:
Returns the min.


Copyright © 2012 Railo