|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Collector
The collector is the central component collecting various statistics about the current request.
Method Summary | |
---|---|
void |
addStatistics(Statistics stats)
Add a new statistics object. |
void |
clear()
|
Collection |
getPageReports()
Collection of PageReport s. |
Collection |
getStatistics()
Collection of Report s. |
boolean |
isCollectingStatistics()
|
void |
setCollectingStatistics(boolean value)
|
Method Detail |
---|
void addStatistics(Statistics stats)
Collection getStatistics()
Report
s.
Collection getPageReports()
PageReport
s.
void setCollectingStatistics(boolean value)
boolean isCollectingStatistics()
void clear()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |