|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pool | |
org.apache.avalon.excalibur.component | Extended component management services. |
org.apache.avalon.excalibur.datasource | Datastore utilities. |
org.apache.avalon.excalibur.pool | Object pool interfaces and implementations. |
Uses of Pool in org.apache.avalon.excalibur.component |
Classes in org.apache.avalon.excalibur.component that implement Pool | |
class |
DefaultComponentPool
Deprecated. DefaultComponentPool is no longer used by the PoolableComponentHandler. |
Uses of Pool in org.apache.avalon.excalibur.datasource |
Classes in org.apache.avalon.excalibur.datasource that implement Pool | |
class |
JdbcConnectionPool
The Pool implementation for JdbcConnections. |
class |
ResourceLimitingJdbcConnectionPool
A ResourceLimiting JdbcConnectionPool which allows for fine configuration of how the pool scales to loads. |
Fields in org.apache.avalon.excalibur.datasource declared as Pool | |
protected Pool |
AbstractJdbcConnection.m_pool
|
Methods in org.apache.avalon.excalibur.datasource with parameters of type Pool | |
void |
AbstractJdbcConnection.setPool(Pool pool)
|
void |
PoolSettable.setPool(Pool pool)
Set the pool that will be used to recycle. |
Uses of Pool in org.apache.avalon.excalibur.pool |
Classes in org.apache.avalon.excalibur.pool that implement Pool | |
class |
AbstractPool
This is an Pool that caches Poolable objects for reuse. |
class |
DefaultPool
This is an Pool that caches Poolable objects for reuse. |
class |
HardResourceLimitingPool
This is a implementation of Pool that is thread safe. |
class |
InstrumentedResourceLimitingPool
General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables. |
class |
ResourceLimitingPool
General Pool implementation which supports; weak and strong pool size limits, optional blocking gets when poolables are not available, and automatic pool trimming of unused poolables. |
class |
SingleThreadedPool
This is an Pool that caches Poolable objects for reuse. |
class |
SoftResourceLimitingPool
This is an Pool that caches Poolable objects for reuse. |
class |
ValidatedResourceLimitingPool
A ResourceLimitingPool which validates reused poolables before they are returned with a call get(). |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |