com.p6spy.engine.spy
Class P6PooledConnection
java.lang.Object
com.p6spy.engine.spy.P6PooledConnection
- All Implemented Interfaces:
- javax.sql.PooledConnection
- Direct Known Subclasses:
- P6XAConnection
- public class P6PooledConnection
- extends java.lang.Object
- implements javax.sql.PooledConnection
Field Summary |
protected javax.sql.PooledConnection |
passthru
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
passthru
protected javax.sql.PooledConnection passthru
P6PooledConnection
public P6PooledConnection(javax.sql.PooledConnection connection)
getConnection
public java.sql.Connection getConnection()
throws java.sql.SQLException
- Specified by:
getConnection
in interface javax.sql.PooledConnection
- Throws:
java.sql.SQLException
close
public void close()
throws java.sql.SQLException
- Specified by:
close
in interface javax.sql.PooledConnection
- Throws:
java.sql.SQLException
addConnectionEventListener
public void addConnectionEventListener(javax.sql.ConnectionEventListener eventTarget)
- Specified by:
addConnectionEventListener
in interface javax.sql.PooledConnection
removeConnectionEventListener
public void removeConnectionEventListener(javax.sql.ConnectionEventListener eventTarget)
- Specified by:
removeConnectionEventListener
in interface javax.sql.PooledConnection