org.apache.commons.dbcp
public class PoolableConnection extends DelegatingConnection
Version: $Revision: 1.14 $ $Date: 2004/05/01 12:50:12 $
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