|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyedPooledObjectFactory | |
---|---|
org.apache.commons.pool2 | Object pooling API. |
org.apache.commons.pool2.impl | Object pooling API implementations. |
Uses of KeyedPooledObjectFactory in org.apache.commons.pool2 |
---|
Classes in org.apache.commons.pool2 that implement KeyedPooledObjectFactory | |
---|---|
class |
BaseKeyedPooledObjectFactory<K,V>
A base implementation of KeyedPooledObjectFactory . |
Methods in org.apache.commons.pool2 that return KeyedPooledObjectFactory | ||
---|---|---|
static
|
PoolUtils.synchronizedKeyedPooledFactory(KeyedPooledObjectFactory<K,V> keyedFactory)
Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by the specified KeyedPoolableObjectFactory. |
Methods in org.apache.commons.pool2 with parameters of type KeyedPooledObjectFactory | ||
---|---|---|
static
|
PoolUtils.synchronizedKeyedPooledFactory(KeyedPooledObjectFactory<K,V> keyedFactory)
Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by the specified KeyedPoolableObjectFactory. |
Uses of KeyedPooledObjectFactory in org.apache.commons.pool2.impl |
---|
Methods in org.apache.commons.pool2.impl that return KeyedPooledObjectFactory | |
---|---|
KeyedPooledObjectFactory<K,T> |
GenericKeyedObjectPool.getFactory()
Obtain a reference to the factory used to create, destroy and validate the objects used by this pool. |
Constructors in org.apache.commons.pool2.impl with parameters of type KeyedPooledObjectFactory | |
---|---|
GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory)
Create a new GenericKeyedObjectPool using defaults from
GenericKeyedObjectPoolConfig . |
|
GenericKeyedObjectPool(KeyedPooledObjectFactory<K,T> factory,
GenericKeyedObjectPoolConfig config)
Create a new GenericKeyedObjectPool using a specific
configuration. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |