org.apache.avalon.excalibur.datasource
Interface ProxiedJdbcConnection
- All Superinterfaces:
- InvocationHandler
- All Known Implementing Classes:
- AbstractJdbcConnection
- public interface ProxiedJdbcConnection
- extends InvocationHandler
A JDBC connection that has a proxy around it in order to dynamicly implement JDBC2/3 needs
to get a handle to its proxied self so that the proxied version can be returned to the pool.
- Author:
- peter royal
setProxiedConnection
public void setProxiedConnection(Object proxy)
getConnection
public Connection getConnection()
Copyright © 2000-2003 Apache Avalon Project. All Rights Reserved.