Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

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

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

Methods in org.apache.commons.pool.impl with parameters of type GenericObjectPool.Config
private  void TestGenericObjectPool.assertConfiguration(GenericObjectPool.Config expected, GenericObjectPool actual)
           
 void GenericObjectPool.setConfig(GenericObjectPool.Config conf)
          Sets my configuration.
 

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