Uses of Class
org.apache.avalon.excalibur.pool.InstrumentedResourceLimitingPool

Packages that use InstrumentedResourceLimitingPool
org.apache.avalon.excalibur.datasource Datastore utilities. 
org.apache.avalon.excalibur.pool Object pool interfaces and implementations. 
 

Uses of InstrumentedResourceLimitingPool in org.apache.avalon.excalibur.datasource
 

Subclasses of InstrumentedResourceLimitingPool in org.apache.avalon.excalibur.datasource
 class ResourceLimitingJdbcConnectionPool
          A ResourceLimiting JdbcConnectionPool which allows for fine configuration of how the pool scales to loads.
 

Uses of InstrumentedResourceLimitingPool in org.apache.avalon.excalibur.pool
 

Subclasses of InstrumentedResourceLimitingPool in org.apache.avalon.excalibur.pool
 class TraceableResourceLimitingPool
          A ResourceLimitingPool which can be configured so that it will trace the where get is being called fron.
 class ValidatedResourceLimitingPool
          A ResourceLimitingPool which validates reused poolables before they are returned with a call get().
 



Copyright © 2007 Apache Software Foundation. All Rights Reserved.