org.firebirdsql.pool
Interface PooledConnectionManager
public interface PooledConnectionManager
Manager of pooled connections. Class implementing this interface allocates
physical connections to the database.
- Author:
- Roman Rokytskyy
|
Method Summary |
PooledObject |
allocateConnection(java.lang.Object key,
org.firebirdsql.pool.PooledConnectionQueue queue)
Allocate pooled connection using specified key. |
allocateConnection
PooledObject allocateConnection(java.lang.Object key,
org.firebirdsql.pool.PooledConnectionQueue queue)
throws java.sql.SQLException
- Allocate pooled connection using specified key.
- Parameters:
key - Key of the poolqueue - The queue that will own the connection
- Returns:
- instance of
PooledConnection.
- Throws:
java.sql.SQLException - if something went wrong.
Copyright © 2001-2012 Jaybird (Firebird JDBC/JCA) team. All rights reserved.