railo.runtime.debug
Interface DebugEntry

All Known Implementing Classes:
DebugEntryImpl

public interface DebugEntry

a single debug entry


Method Summary
 int getCount()
           
 int getExeTime()
           
 int getFileLoadTime()
           
 String getId()
           
 int getMax()
           
 int getMin()
           
 PageSource getPageSource()
           
 int getQueryTime()
           
 String getSrc()
           
 void resetQueryTime()
          resets the query time to zero
 void updateExeTime(int exeTime)
           
 void updateFileLoadTime(int fileLoadTime)
           
 void updateQueryTime(int queryTime)
           
 

Method Detail

getExeTime

int getExeTime()
Returns:
Returns the exeTime.

updateExeTime

void updateExeTime(int exeTime)
Parameters:
exeTime - The exeTime to set.

getFileLoadTime

int getFileLoadTime()
Returns:
Returns the fileLoadTime.

updateFileLoadTime

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

updateQueryTime

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

getSrc

String getSrc()
Returns:
Returns the src.

getCount

int getCount()
Returns:
Returns the count.

getQueryTime

int getQueryTime()
Returns:
Returns the queryTime.

getMax

int getMax()
Returns:
Returns the max.

getMin

int getMin()
Returns:
Returns the min.

getPageSource

PageSource getPageSource()
Returns:
Returns the PageSource.

getId

String getId()

resetQueryTime

void resetQueryTime()
resets the query time to zero



Copyright © 2012 Railo