examples/tomcat6/apache-tomcat-6.0.35-src/libs/commons-dbcp-1.3-src/src/java/org/apache/commons/dbcp/datasources/PooledConnectionManager.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    22 
    22 
    23 /**
    23 /**
    24  * Methods to manage PoolableConnections and the connection pools that source them.
    24  * Methods to manage PoolableConnections and the connection pools that source them.
    25  * 
    25  * 
    26  * @since 1.3
    26  * @since 1.3
    27  * @version $Revision: 1.4 $ $Date: 2015-01-28 02:11:06 $
    27  * @version $Revision: 1.5 $ $Date: 2015-03-20 12:08:10 $
    28  */
    28  */
    29 interface PooledConnectionManager {
    29 interface PooledConnectionManager {
    30     /**
    30     /**
    31      * Close the PooledConnection and remove it from the connection pool
    31      * Close the PooledConnection and remove it from the connection pool
    32      * to which it belongs, adjusting pool counters.
    32      * to which it belongs, adjusting pool counters.