getKeyedObjectPoolConfig() Returns an
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config object
configurated with the properties extracted from the this instance.
getObjectPoolConfig() Returns an
org.apache.commons.pool.impl.GenericObjectPool.Config object
configurated with the properties extracted from the this instance.
public GenericKeyedObjectPool.Config getKeyedObjectPoolConfig()(Code)
Returns an
org.apache.commons.pool.impl.GenericKeyedObjectPool.Config object
configurated with the properties extracted from the this instance.
Use this to configurate a pool implementation using
org.apache.commons.pool.impl.GenericKeyedObjectPool .
public GenericObjectPool.Config getObjectPoolConfig()(Code)
Returns an
org.apache.commons.pool.impl.GenericObjectPool.Config object
configurated with the properties extracted from the this instance.
Use this to configurate a pool implementation using
org.apache.commons.pool.impl.GenericObjectPool .