|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoolableObjectFactory | |
|---|---|
| nl.knowledgeplaza.util.pool | |
| Uses of PoolableObjectFactory in nl.knowledgeplaza.util.pool |
|---|
| Classes in nl.knowledgeplaza.util.pool that implement PoolableObjectFactory | |
|---|---|
class |
CollectionObjectPoolFactory<T>
This class is a simple implementation of an ObjectPoolFactory. |
class |
JdbcConnectionPoolFactory
Generates JDBC Connections from a configuration properties. |
| Methods in nl.knowledgeplaza.util.pool that return PoolableObjectFactory | |
|---|---|
PoolableObjectFactory<T> |
BaseObjectPool.getFactory()
PoolableObjectFactory |
| Methods in nl.knowledgeplaza.util.pool with parameters of type PoolableObjectFactory | |
|---|---|
void |
JdbcConnectionPoolWrapper.setFactory(PoolableObjectFactory arg0)
|
void |
ObjectPool.setFactory(PoolableObjectFactory<T> arg0)
|
void |
BaseObjectPool.setFactory(PoolableObjectFactory<T> value)
|
| Constructors in nl.knowledgeplaza.util.pool with parameters of type PoolableObjectFactory | |
|---|---|
BaseObjectPool(PoolableObjectFactory<T> pPoolableObjectFactory,
org.apache.log4j.Logger log4j)
Initialize |
|
FastestFirstObjectPool(PoolableObjectFactory<T> poolableObjectFactory)
Initialize |
|
PriorityObjectPool(PoolableObjectFactory<T> poolableObjectFactory)
Initialize Assume that the pooled objects are Comparable |
|
PriorityObjectPool(PoolableObjectFactory<T> poolableObjectFactory,
Comparator<T> comparator)
Initialize |
|
RoundRobinObjectPool(PoolableObjectFactory poolableObjectFactory)
Initialize |
|
StackObjectPool(PoolableObjectFactory<T> poolableObjectFactory)
Initialize |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||