Prev Package | Next Package | Frames | No Frames |
Interface Summary | |
ConnectionPoolConfiguration | This interface describes a configuration for AbstractConnectionPool
instances. |
FirebirdPool | Configuration for the FBWrappingDataSource and
org.firebirdsql.pool.FBConnectionPoolDataSource objects. |
PooledConnectionEventListener | Event listener that is notified about the events in the javax.sql.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. |
AbstractDriverConnectionPoolDataSource | Generic implementation of javax.sql.ConnectionPoolDataSource that
uses java.sql.DriverManager to open physical connections to the
database. |
AbstractFBConnectionPoolDataSource | Connection pool for Firebird JDBC driver. |
BasicAbstractConnectionPool | Base class for connection pool implementations. |
BlockingStack | Object stack that implements a blocking LIFO (last-in-first-out) stack. |
BlockingStack.Node | Container class for objects in the stack. |
FBPooledDataSourceFactory | Creates Pooled DataSource objects. |
FBPoolingDefaults | Default values for the connection pool. |
FBSimpleDataSource | This is a simple implementation of DataSource interface. |
FBWrappingDataSource | Implementation of javax.sql.DataSource including connection pooling. |
ObjectCloseTraceException | This exception contains a stack trace where the object was closed. |
PingablePooledConnection | This class implements javax.sql.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 org.firebirdsql.pool.PooledConnectionHandler
ensure that statements will be closed before connection is returned to the
pool. |
UnknownDriverTypeException | This exception is thrown when user tries to specify unknown type of driver. |
XConnectionUtil | Utility class. |