Uses of Interface
org.apache.avalon.excalibur.pool.Pool

Packages that use Pool
org.apache.avalon.excalibur.component   
org.apache.avalon.excalibur.datasource   
org.apache.avalon.excalibur.pool   
 

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

Classes in org.apache.avalon.excalibur.component that implement Pool
 class DefaultComponentPool
          This is the implementation of Pool for Avalon Components that is thread safe.
 

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

Classes in org.apache.avalon.excalibur.datasource that implement Pool
 class JdbcConnectionPool
          The Pool implementation for JdbcConnections.
 

Methods in org.apache.avalon.excalibur.datasource with parameters of type Pool
protected  void JdbcConnection.setPool(Pool pool)
           
 

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

Classes in org.apache.avalon.excalibur.pool that implement Pool
 class AbstractPool
          This is an Pool that caches Poolable objects for reuse.
 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 SingleThreadedPool
          This is an Pool that caches Poolable objects for reuse.
 class SoftResourceLimitingPool
          This is an Pool that caches Poolable objects for reuse.
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.