examples/tomcat6/apache-tomcat-6.0.35-src/libs/commons-dbcp-1.3-src/src/java/org/apache/commons/dbcp/PoolableConnection.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    27  * closed.
    27  * closed.
    28  *
    28  *
    29  * @author Rodney Waldhoff
    29  * @author Rodney Waldhoff
    30  * @author Glenn L. Nielsen
    30  * @author Glenn L. Nielsen
    31  * @author James House
    31  * @author James House
    32  * @version $Revision: 1.4 $ $Date: 2015-01-28 02:11:05 $
    32  * @version $Revision: 1.5 $ $Date: 2015-03-20 12:08:09 $
    33  */
    33  */
    34 public class PoolableConnection extends DelegatingConnection {
    34 public class PoolableConnection extends DelegatingConnection {
    35     /** The pool to which I should return. */
    35     /** The pool to which I should return. */
    36     // TODO: Correct use of the pool requires that this connection is only every returned to the pool once.
    36     // TODO: Correct use of the pool requires that this connection is only every returned to the pool once.
    37     protected ObjectPool _pool = null;
    37     protected ObjectPool _pool = null;