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

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

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

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

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 © 2001 Apache Jakarta Project. All Rights Reserved.