Uses of Class
to.etc.dbpool.info.InfoCollectorBase

Packages that use InfoCollectorBase
to.etc.dbpool.info   
 

Uses of InfoCollectorBase in to.etc.dbpool.info
 

Subclasses of InfoCollectorBase in to.etc.dbpool.info
 class InfoCollectorExpenseBased
          This collects per-statement execution time and collects statement counts.
 

Methods in to.etc.dbpool.info that return InfoCollectorBase
 InfoCollectorBase SessionStatisticsEntry.getRequest()
           
 

Methods in to.etc.dbpool.info with parameters of type InfoCollectorBase
 void GlobalPerformanceStore.addRequestInfo(InfoCollectorBase icb)
           
 void SessionStatistics.addRequestInfo(PerformanceCollector collector, InfoCollectorBase thisrequest)
          Merge the request data.
 

Constructors in to.etc.dbpool.info with parameters of type InfoCollectorBase
InfoCollectorBase(InfoCollectorBase o, long duration)
          Copy constructor.
SessionStatisticsEntry(InfoCollectorBase request, int id, PerformanceStore ps)