org.apache.avalon.excalibur.datasource
Interface ProxiedJdbcConnection

All Superinterfaces:
InvocationHandler
All Known Implementing Classes:
AbstractJdbcConnection, Jdbc3Connection, JdbcConnection

public interface ProxiedJdbcConnection
extends InvocationHandler

A JDBC connection that has a proxy around it in order to dynamically implement JDBC2/3 needs to get a handle to its proxied self so that the proxied version can be returned to the pool.

Author:
Avalon Development Team

Method Summary
 Connection getConnection()
           
 void setProxiedConnection(Object proxy)
           
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

setProxiedConnection

void setProxiedConnection(Object proxy)

getConnection

Connection getConnection()


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.