Package nl.knowledgeplaza.util.pool

Interface Summary
JdbcConnectionPool This is a JdbcConnection specific pool, it serves to get rid of the casting.
ObjectPool This interface is compatible with the Apache Common Pool, so it can be a drop-in replacement.
PoolableObjectFactory 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 This class implements basic object pool logic.
CollectionObjectPoolFactory This class is a simple implementation of an ObjectPoolFactory.
FastestFirstObjectPool 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 This class implements a priority pool.
RoundRobinObjectPool This class implements a round robin (FIFO) pool.
StackObjectPool This class implements a stack (LIFO) pool.
 

Exception Summary
 



Copyright © 2010. All Rights Reserved.