Package org.firebirdsql.pool

Interface Summary
ConnectionPoolConfiguration This interface describes a configuration for AbstractConnectionPool instances.
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.
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.
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.
XConnectionUtil Utility class.
 

Exception Summary
UnknownDriverTypeException This exception is thrown when user tries to specify unknown type of driver.
 



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