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.
 

Fields in org.apache.avalon.excalibur.datasource declared as InstrumentedResourceLimitingPool
protected  InstrumentedResourceLimitingPool ResourceLimitingJdbcDataSource.m_pool
           
 

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

Subclasses of InstrumentedResourceLimitingPool in org.apache.avalon.excalibur.pool
 class ValidatedResourceLimitingPool
          A ResourceLimitingPool which validates reused poolables before they are returned with a call get().
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.