org.apache.avalon.excalibur.datasource
Class Jdbc3Connection
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.avalon.excalibur.datasource.AbstractJdbcConnection
org.apache.avalon.excalibur.datasource.Jdbc3Connection
- All Implemented Interfaces:
- org.apache.avalon.framework.activity.Disposable, java.lang.reflect.InvocationHandler, org.apache.avalon.framework.logger.LogEnabled, org.apache.avalon.excalibur.pool.Poolable, PoolSettable, ProxiedJdbcConnection, org.apache.avalon.excalibur.pool.Recyclable
Deprecated. No longer necessary due to the dynamic proxies
- public class Jdbc3Connection
- extends AbstractJdbcConnection
The Connection object used in conjunction with the JdbcDataSource
object.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:14 $
- Author:
- Avalon Development Team
Constructor Summary |
Jdbc3Connection(java.sql.Connection connection,
java.lang.String keepAlive)
Deprecated. |
Jdbc3Connection(java.sql.Connection connection,
java.lang.String keepAlive,
int keepAliveAge)
Deprecated. |
Methods inherited from class org.apache.avalon.excalibur.datasource.AbstractJdbcConnection |
clearAllocatedStatements, close, dispose, enableLogging, equals, getConnection, initialize, invoke, isClosed, recycle, registerAllocatedStatement, setPool, setProxiedConnection |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled |
getLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jdbc3Connection
public Jdbc3Connection(java.sql.Connection connection,
java.lang.String keepAlive)
- Deprecated.
- Parameters:
connection
- a driver specific JDBC connection to be wrapped.keepAlive
- a query which will be used to check the statis of the connection after it
has been idle. A null value will cause the keep alive feature to
be disabled.
Jdbc3Connection
public Jdbc3Connection(java.sql.Connection connection,
java.lang.String keepAlive,
int keepAliveAge)
- Deprecated.
- Parameters:
connection
- a driver specific JDBC connection to be wrapped.keepAlive
- a query which will be used to check the statis of the connection after it
has been idle. A null value will cause the keep alive feature to
be disabled.keepAliveAge
- the maximum age in milliseconds since a connection was last
used before it must be pinged using the keepAlive query. Ignored
if keepAlive is null.
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.