org.firebirdsql.pool
Interface PooledConnectionManager


Deprecated.

@Deprecated
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)
          Deprecated. Allocate pooled connection using specified key.
 

Method Detail

allocateConnection

PooledObject allocateConnection(java.lang.Object key,
                                org.firebirdsql.pool.PooledConnectionQueue queue)
                                throws java.sql.SQLException
Deprecated. 
Allocate pooled connection using specified key.

Parameters:
key - Key of the pool
queue - The queue that will own the connection
Returns:
instance of PooledConnection.
Throws:
java.sql.SQLException - if something went wrong.


Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.