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

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

Classes in org.apache.avalon.excalibur.component that implement Resizable
 class DefaultComponentPool
          Deprecated. DefaultComponentPool is no longer used by the PoolableComponentHandler.
 

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 © 1997-2005 The Apache Software Foundation. All Rights Reserved.