org.apache.commons.dbcp
public class PoolableConnection extends DelegatingConnection
Version: $Revision: 479137 $ $Date: 2006-11-25 08:51:48 -0700 (Sat, 25 Nov 2006) $
| Constructor Summary | |
|---|---|
| PoolableConnection(Connection conn, ObjectPool pool) | |
| PoolableConnection(Connection conn, ObjectPool pool, AbandonedConfig config) | |
| Method Summary | |
|---|---|
| void | close()
Returns me to my pool. |
| void | reallyClose()
Actually close my underlying Connection. |
Parameters: conn my underlying connection pool the pool to which I should return when closed
Deprecated: AbandonedConfig is now deprecated.
Parameters: conn my underlying connection pool the pool to which I should return when closed config the abandoned configuration settings