|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface PooledConnectionManager
Manager of pooled connections. Class implementing this interface allocates physical connections to the database.
Method Summary | |
---|---|
PooledObject |
allocateConnection(java.lang.Object key,
org.firebirdsql.pool.PooledConnectionQueue queue)
Deprecated. Allocate pooled connection using specified key. |
Method Detail |
---|
PooledObject allocateConnection(java.lang.Object key, org.firebirdsql.pool.PooledConnectionQueue queue) throws java.sql.SQLException
key
- Key of the poolqueue
- The queue that will own the connection
PooledConnection
.
java.sql.SQLException
- if something went wrong.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |