|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectto.etc.dbpool.info.SessionStatistics
public class SessionStatistics
Collects statistics inside a http session, for debugging purposes. This stores most of the data for the last m_maxRequest server requests.
Constructor Summary | |
---|---|
SessionStatistics(int maxRequests)
|
Method Summary | |
---|---|
void |
addRequestInfo(PerformanceCollector collector,
InfoCollectorBase thisrequest)
Merge the request data. |
java.util.List<SessionStatisticsEntry> |
getRequests()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SessionStatistics(int maxRequests)
Method Detail |
---|
public java.util.List<SessionStatisticsEntry> getRequests()
public void addRequestInfo(PerformanceCollector collector, InfoCollectorBase thisrequest)
collector
- thisrequest
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |