public interface PooledConnectionProxy extends 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.
|
invoke
ConnectionPool getConnectionPool()
Connection getConnection()
long getCreatedTime()
PooledConnectionStatistics getPooledConnectionStatistics()
Copyright © 2003-2019 Virginia Tech. All Rights Reserved.