railo.runtime.debug
Interface DebugEntryTemplate

All Superinterfaces:
DebugEntry, Serializable
All Known Implementing Classes:
DebugEntryTemplateImpl

public interface DebugEntryTemplate
extends DebugEntry

a single debug entry


Method Summary
 long getFileLoadTime()
           
 long getQueryTime()
           
 void resetQueryTime()
          resets the query time to zero
 void updateFileLoadTime(long fileLoadTime)
           
 void updateQueryTime(long queryTime)
           
 
Methods inherited from interface railo.runtime.debug.DebugEntry
getCount, getExeTime, getId, getMax, getMin, getPath, getSrc, updateExeTime
 

Method Detail

getFileLoadTime

long getFileLoadTime()
Returns:
Returns the fileLoadTime.

updateFileLoadTime

void updateFileLoadTime(long fileLoadTime)
Parameters:
fileLoadTime - The fileLoadTime to set.

getQueryTime

long getQueryTime()
Returns:
Returns the queryTime.

updateQueryTime

void updateQueryTime(long queryTime)
Parameters:
queryTime - update queryTime

resetQueryTime

void resetQueryTime()
resets the query time to zero



Copyright © 2012 Railo