railo.runtime.debug
Interface DebugEntry


public interface DebugEntry

a single debug entry


Method Summary
 int getCount()
           
 int getExeTime()
           
 int getFileLoadTime()
           
 java.lang.String getId()
           
 int getMax()
           
 int getMin()
           
 PageSource getPageSource()
           
 int getQueryTime()
           
 java.lang.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

public int getExeTime()
Returns:
Returns the exeTime.

updateExeTime

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

getFileLoadTime

public int getFileLoadTime()
Returns:
Returns the fileLoadTime.

updateFileLoadTime

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

updateQueryTime

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

getSrc

public java.lang.String getSrc()
Returns:
Returns the src.

getCount

public int getCount()
Returns:
Returns the count.

getQueryTime

public int getQueryTime()
Returns:
Returns the queryTime.

getMax

public int getMax()
Returns:
Returns the max.

getMin

public int getMin()
Returns:
Returns the min.

getPageSource

public PageSource getPageSource()
Returns:
Returns the PageSource.

getId

public java.lang.String getId()

resetQueryTime

public void resetQueryTime()
resets the query time to zero