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

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

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

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

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

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

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

Classes in org.apache.avalon.excalibur.pool that implement Resizable
 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.