Package to.etc.dbpool

Interface Summary
IPoolMessageHandler Created on Oct 18, 2003
IPrinter Helps with reporting state.
 

Class Summary
CallableStatementProxy Encapsulates a java.sql.CallableStatement for NEMA purposes.
ConnectionPool Working
ConnectionPool.ErrorEntry  
ConnectionProxy This "implements" Connection, and is a proxy to the actual connection maintained in ConnectionPoolEntry.
DataSourceImpl Pooled or unpooled datasource implementation using a connection pool.
DbPoolUtil  
PoolConfig Contains all configurable parameters for a pool that are static after it's configuration.
PoolConfigSource Some thingy that can retrieve pool parameters.
PoolManager Root of the database pool manager code.
PoolResourceFactory Object factory for the database pool.
PoolStats PIT copy of pool statistics.
PreparedStatementProxy Encapsulates a java.sql.PreparedStatement for NEMA purposes.
PropertiesSource  
ResultSetProxy  
StatementProxy Encapsulates a java.sql.Statement for NEMA purposes.
StatisticsRequestListener This listener can be used to collect statistics for the database pool when to.etc.dbpool's pool manager is used.
StringPrinter  
Tracepoint This contains a stack trace location.
UnpooledDataSourceImpl  
XmlSource  
 

Enum Summary
ConnState  
DbType  
StmtType  
 

Exception Summary
BetterSQLException Created on Jul 8, 2003
InvalidProxyException