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

Packages that use DefaultPool
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 DefaultPool in org.apache.avalon.excalibur.component
 

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

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

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

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

Subclasses of DefaultPool in org.apache.avalon.excalibur.pool
 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.