Uses of Class
org.apache.commons.pool.impl.GenericObjectPool.Config

Packages that use GenericObjectPool.Config
org.apache.commons.pool.impl Object pooling API implementations.  
 

Uses of GenericObjectPool.Config in org.apache.commons.pool.impl
 

Methods in org.apache.commons.pool.impl with parameters of type GenericObjectPool.Config
 void GenericObjectPool.setConfig(GenericObjectPool.Config conf)
          Sets my configuration.
 

Constructors in org.apache.commons.pool.impl with parameters of type GenericObjectPool.Config
GenericObjectPool(org.apache.commons.pool.PoolableObjectFactory factory, GenericObjectPool.Config config)
          Create a new GenericObjectPool using the specified values.
GenericObjectPoolFactory(org.apache.commons.pool.PoolableObjectFactory factory, GenericObjectPool.Config config)
           
 



Copyright © 2001-2004 The Apache Software Foundation. All Rights Reserved.