Package org.firebirdsql.pool

Interface Summary
ConnectionPoolConfiguration This interface describes a configuration for AbstractConnectionPool instances.
FirebirdPool Configuration for the org.firebirdsql.jdbc.FBWrappingDataSource and FBConnectionPoolDataSource objects.
PooledConnectionEventListener Event listener that is notified about the events in the PooledConnection.
PooledConnectionManager Manager of pooled connections.
PooledObject Represents an object that can be stored in the pool
PooledObjectListener Listener interface for object pools.
XStatementManager Manager of prepared statement.
 

Class Summary
AbstractConnectionPool Abstract class for creating connection pools.
AbstractConnectionPool.UserPasswordPair Structure class to store user name and password.
BasicAbstractConnectionPool Base class for connection pool implementations.
DriverConnectionPoolDataSource Generic implementation of ConnectionPoolDataSource that uses DriverManager to open physical connections to the database.
FBConnectionPoolDataSource Connection pool for Firebird JDBC driver.
FBPoolingDefaults Default values for the connection pool
FBSimpleDataSource This is a simple implementation of DataSource interface.
FBWrappingDataSource Implementation of DataSource including connection pooling.
PingablePooledConnection This class implements PooledConnection interface.
PoolDebugConfiguration Debug configuration of the pool.
PooledObjectEvent Event object for object pool events
PooledPreparedStatementHandler Wrapper for prepared statements.
ResultSetHandler Wrapper for result sets.
SimpleDataSource This is simple implementation of DataSource interface that uses ConnectionPoolDataSource as connection provider.
StatementHandler Dynamic proxy handler that together with PooledConnectionHandler ensure that statements will be closed before connection is returned to the pool.
XConnectionUtil Utility class.
 

Exception Summary
ObjectCloseTraceException This exception contains a stack trace where the object was closed.
UnknownDriverTypeException This exception is thrown when user tries to specify unknown type of driver
 



Copyright © 2001 David Jencks and other authors. All rights reserved.