public interface PooledConnectionProxy
extends java.lang.reflect.InvocationHandler
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Returns the connection that is being proxied.
|
ConnectionPool |
getConnectionPool()
Returns the connection pool that this proxy is participating in.
|
long |
getCreatedTime()
Returns the time this proxy was created.
|
PooledConnectionStatistics |
getPooledConnectionStatistics()
Returns the statistics associated with this connection's activity in the pool.
|
ConnectionPool getConnectionPool()
Connection getConnection()
long getCreatedTime()
PooledConnectionStatistics getPooledConnectionStatistics()