|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Interface Summary | |
|---|---|
| JdbcConnectionPool | This is a JdbcConnection specific pool, it serves to get rid of the casting. |
| ObjectPool<T> | This interface is compatible with the Apache Common Pool, so it can be a drop-in replacement. |
| PoolableObjectFactory<T> | This interface is compatible with the Apache Common Pool, so it can be a drop-in replacement. |
| Class Summary | |
|---|---|
| ApacheObjectPoolWrapper | This is a wrapper of the Apache's ObjectPool 1.3: - getting rid of the "throws Exception" - implement a shutdown mode before close |
| BaseObjectPool<T> | This class implements basic object pool logic. |
| BaseObjectPoolListener | |
| CollectionObjectPoolFactory<T> | This class is a simple implementation of an ObjectPoolFactory. |
| FastestFirstObjectPool<T> | This class implements a priority pool based on the assumption that all pooled objects are the same but not identical. |
| JdbcConnectionPoolDataSource | This class implements a DataSource on top of the JdbcConnectionPool |
| JdbcConnectionPoolDriver | This is for logging SQL statements to log4j. |
| JdbcConnectionPoolFactory | Generates JDBC Connections from a configuration properties. |
| JdbcConnectionPoolFactoryServletUtils | Servlet related helper methods for the JdbcConnectionPoolFactory. |
| JdbcConnectionPoolWrapper | This is a JdbcConnection specific pool, it serves to get rid of the casting. |
| PriorityObjectPool<T> | This class implements a priority pool. |
| RoundRobinObjectPool<T> | This class implements a round robin (FIFO) pool. |
| StackObjectPool<T> | This class implements a stack (LIFO) pool. |
| Exception Summary | |
|---|---|
| BaseObjectPool.NotFromThisPoolException | |
| BaseObjectPool.TimeOutException | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||