Uses of Interface
to.etc.dbpool.info.IStatisticsListener

Packages that use IStatisticsListener
to.etc.dbpool   
to.etc.dbpool.info   
 

Uses of IStatisticsListener in to.etc.dbpool
 

Methods in to.etc.dbpool that return IStatisticsListener
 IStatisticsListener PoolManager.stopCollecting(java.lang.String key)
          Returns the collector with the specified key.
 

Methods in to.etc.dbpool with parameters of type IStatisticsListener
 boolean PoolManager.startCollecting(java.lang.String key, IStatisticsListener collector)
          Registers a statistics collection listener for the current thread.
 

Uses of IStatisticsListener in to.etc.dbpool.info
 

Classes in to.etc.dbpool.info that implement IStatisticsListener
 class InfoCollectorExpenseBased
          This collects per-statement execution time and collects statement counts.
 class StatisticsListenerMultiplexer
          Multiplexer for all listeners to stats
 

Methods in to.etc.dbpool.info that return IStatisticsListener
 IStatisticsListener StatisticsListenerMultiplexer.removeCollector(java.lang.String key)
           
 

Methods in to.etc.dbpool.info with parameters of type IStatisticsListener
 void StatisticsListenerMultiplexer.addCollector(java.lang.String key, IStatisticsListener ic)