Package | Description |
---|---|
org.apache.commons.pool.impl |
Object pooling API implementations.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericObjectPool.setConfig(GenericObjectPool.Config conf)
Sets my configuration.
|
Constructor and Description |
---|
GenericObjectPool(PoolableObjectFactory<T> factory,
GenericObjectPool.Config config)
Create a new GenericObjectPool using the specified values.
|
GenericObjectPoolFactory(PoolableObjectFactory<T> factory,
GenericObjectPool.Config config)
Create a new GenericObjectPoolFactory.
|
Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.