to.etc.dbpool.info
Class SessionStatisticsEntry

java.lang.Object
  extended by to.etc.dbpool.info.SessionStatisticsEntry

public class SessionStatisticsEntry
extends java.lang.Object

A single request's data as stored in the session statistics.

Author:
Frits Jalvingh Created on Nov 12, 2010

Constructor Summary
SessionStatisticsEntry(InfoCollectorBase request, int id, PerformanceStore ps)
           
 
Method Summary
 int getId()
           
 InfoCollectorBase getRequest()
           
 PerformanceStore getStore()
           
 java.util.Date getTS()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionStatisticsEntry

public SessionStatisticsEntry(InfoCollectorBase request,
                              int id,
                              PerformanceStore ps)
Method Detail

getRequest

public InfoCollectorBase getRequest()

getId

public int getId()

getTS

public java.util.Date getTS()

getStore

public PerformanceStore getStore()