Uses of Class
org.apache.commons.pool2.impl.GenericKeyedObjectPoolConfig

Packages that use GenericKeyedObjectPoolConfig
org.apache.commons.pool2.impl Object pooling API implementations. 
 

Uses of GenericKeyedObjectPoolConfig in org.apache.commons.pool2.impl
 

Methods in org.apache.commons.pool2.impl that return GenericKeyedObjectPoolConfig
 GenericKeyedObjectPoolConfig GenericKeyedObjectPoolConfig.clone()
           
 

Methods in org.apache.commons.pool2.impl with parameters of type GenericKeyedObjectPoolConfig
 void GenericKeyedObjectPool.setConfig(GenericKeyedObjectPoolConfig conf)
          Sets the configuration.
 

Constructors in org.apache.commons.pool2.impl with parameters of type GenericKeyedObjectPoolConfig
GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory, GenericKeyedObjectPoolConfig config)
          Create a new GenericKeyedObjectPool using a specific configuration.
 



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