railo.runtime.debug
Class DebugEntryTemplateImpl

java.lang.Object
  extended by railo.runtime.debug.DebugEntrySupport
      extended by railo.runtime.debug.DebugEntryTemplateImpl
All Implemented Interfaces:
Serializable, DebugEntry, DebugEntryTemplate

public final class DebugEntryTemplateImpl
extends DebugEntrySupport
implements DebugEntryTemplate

a single debug entry

See Also:
Serialized Form

Method Summary
 long getFileLoadTime()
           
 long getQueryTime()
           
 String getSrc()
           
 void resetQueryTime()
          resets the query time to zero
 void updateFileLoadTime(long fileLoadTime)
           
 void updateQueryTime(long queryTime)
           
 
Methods inherited from class railo.runtime.debug.DebugEntrySupport
getCount, getExeTime, getId, getMax, getMin, getPath, updateExeTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface railo.runtime.debug.DebugEntry
getCount, getExeTime, getId, getMax, getMin, getPath, updateExeTime
 

Method Detail

getFileLoadTime

public long getFileLoadTime()
Specified by:
getFileLoadTime in interface DebugEntryTemplate
Returns:
Returns the fileLoadTime.

updateFileLoadTime

public void updateFileLoadTime(long fileLoadTime)
Specified by:
updateFileLoadTime in interface DebugEntryTemplate
Parameters:
fileLoadTime - The fileLoadTime to set.

updateQueryTime

public void updateQueryTime(long queryTime)
Specified by:
updateQueryTime in interface DebugEntryTemplate
Parameters:
queryTime - update queryTime

getSrc

public String getSrc()
Specified by:
getSrc in interface DebugEntry
Returns:
Returns the src.

getQueryTime

public long getQueryTime()
Specified by:
getQueryTime in interface DebugEntryTemplate
Returns:
Returns the queryTime.

resetQueryTime

public void resetQueryTime()
Description copied from interface: DebugEntryTemplate
resets the query time to zero

Specified by:
resetQueryTime in interface DebugEntryTemplate


Copyright © 2012 Railo