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

Packages that use AbstractPool
org.apache.avalon.excalibur.component Extended component management services. 
org.apache.avalon.excalibur.datasource Datastore utilities. 
org.apache.avalon.excalibur.pool Object pool interfaces and implementations. 
 

Uses of AbstractPool in org.apache.avalon.excalibur.component
 

Subclasses of AbstractPool in org.apache.avalon.excalibur.component
 class DefaultComponentPool
          Deprecated. DefaultComponentPool is no longer used by the PoolableComponentHandler.
 

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

Subclasses of AbstractPool in org.apache.avalon.excalibur.datasource
 class JdbcConnectionPool
          The Pool implementation for JdbcConnections.
 

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

Subclasses of AbstractPool in org.apache.avalon.excalibur.pool
 class DefaultPool
          This is an Pool that caches Poolable objects for reuse.
 class HardResourceLimitingPool
          This is a implementation of Pool that is thread safe.
 class SoftResourceLimitingPool
          This is an Pool that caches Poolable objects for reuse.
 



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