railo.runtime.debug
Interface DebugEntry

All Superinterfaces:
Serializable
All Known Subinterfaces:
DebugEntryTemplate, DebugEntryTemplatePart
All Known Implementing Classes:
DebugEntrySupport, DebugEntryTemplateImpl, DebugEntryTemplatePartImpl

public interface DebugEntry
extends Serializable

a single debug entry


Method Summary
 int getCount()
           
 long getExeTime()
           
 String getId()
           
 long getMax()
           
 long getMin()
           
 String getPath()
           
 String getSrc()
           
 void updateExeTime(long exeTime)
           
 

Method Detail

getExeTime

long getExeTime()
Returns:
Returns the exeTime.

updateExeTime

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

getSrc

String getSrc()
Returns:
Returns the src.

getCount

int getCount()
Returns:
Returns the count.

getMax

long getMax()
Returns:
Returns the max.

getMin

long getMin()
Returns:
Returns the min.

getPath

String getPath()
Returns:
the file path of this entry

getId

String getId()


Copyright © 2012 Railo