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

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

Uses of InfoCollector in to.etc.dbpool
 

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

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

Uses of InfoCollector in to.etc.dbpool.info
 

Classes in to.etc.dbpool.info that implement InfoCollector
 class DummyCollector
           
 class InfoCollectorExpenseBased
          This collects per-statement execution time and collects statement counts.
 class InfoCollectorSink
           
 class ThreadData
          Instance of a single run of thread-related data.
 

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

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