Uses of Package
org.firebirdsql.pool

Packages that use org.firebirdsql.pool
org.firebirdsql.jdbc   
org.firebirdsql.pool   
 

Classes in org.firebirdsql.pool used by org.firebirdsql.jdbc
FBWrappingDataSource
          Implementation of DataSource including connection pooling.
 

Classes in org.firebirdsql.pool used by org.firebirdsql.pool
AbstractConnectionPool
          Abstract class for creating connection pools.
AbstractConnectionPool.UserPasswordPair
          Structure class to store user name and password.
AbstractDriverConnectionPoolDataSource
          Generic implementation of ConnectionPoolDataSource that uses DriverManager to open physical connections to the database.
AbstractFBConnectionPoolDataSource
          Connection pool for Firebird JDBC driver.
AbstractPingablePooledConnection
          This class implements PooledConnection interface.
BasicAbstractConnectionPool
          Base class for connection pool implementations.
BlockingStack.Node
          Container class for objects in the stack.
ConnectionPoolConfiguration
          This interface describes a configuration for AbstractConnectionPool instances.
FirebirdPool
          Configuration for the 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.
PooledObjectEvent
          Event object for object pool events.
PooledObjectListener
          Listener interface for object pools.
XStatementManager
          Manager of prepared statement.
 



Copyright © 2001-2010. All Rights Reserved.