to.etc.dbpool.info
Class GlobalPerformanceStore

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

public class GlobalPerformanceStore
extends java.lang.Object


Constructor Summary
GlobalPerformanceStore()
           
 
Method Summary
 void addRequestInfo(InfoCollectorBase icb)
           
 void clear()
           
 java.util.List<PerfItem> getItems(java.lang.String listKey)
           
 PerfList getList(java.lang.String name)
           
 java.util.List<PerfList> getLists()
          Returns (a copy of) all currently defined performance lists.
 PerformanceStore getStore()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalPerformanceStore

public GlobalPerformanceStore()
Method Detail

getStore

public PerformanceStore getStore()

getLists

public java.util.List<PerfList> getLists()
Returns (a copy of) all currently defined performance lists. The copy's (accessible data) is threadsafe.

Returns:

getList

public PerfList getList(java.lang.String name)

getItems

public java.util.List<PerfItem> getItems(java.lang.String listKey)

addRequestInfo

public void addRequestInfo(InfoCollectorBase icb)

clear

public void clear()