examples/tomcat6/apache-tomcat-6.0.35-src/libs/commons-dbcp-1.3-src/src/java/org/apache/commons/dbcp/cpdsadapter/PooledConnectionImpl.java
branchcvs_MAIN
changeset 3412 df11bb428463
parent 3360 1a8899091305
equal deleted inserted replaced
3386:ddcff50a1fdc 3412:df11bb428463
    39 /**
    39 /**
    40  * Implementation of PooledConnection that is returned by
    40  * Implementation of PooledConnection that is returned by
    41  * PooledConnectionDataSource.
    41  * PooledConnectionDataSource.
    42  *
    42  *
    43  * @author John D. McNally
    43  * @author John D. McNally
    44  * @version $Revision: 1.4 $ $Date: 2015-01-28 02:11:05 $
    44  * @version $Revision: 1.5 $ $Date: 2015-03-20 12:08:09 $
    45  */
    45  */
    46 class PooledConnectionImpl 
    46 class PooledConnectionImpl 
    47         implements PooledConnection, KeyedPoolableObjectFactory {
    47         implements PooledConnection, KeyedPoolableObjectFactory {
    48     private static final String CLOSED 
    48     private static final String CLOSED 
    49             = "Attempted to use PooledConnection after closed() was called.";
    49             = "Attempted to use PooledConnection after closed() was called.";