|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PooledConnectionProxy
Provides an interface for metadata surrounding a connection that is participating in the connection pool.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface java.lang.reflect.InvocationHandler |
|---|
invoke |
| Method Detail |
|---|
ConnectionPool getConnectionPool()
Connection getConnection()
long getCreatedTime()
PooledConnectionStatistics getPooledConnectionStatistics()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||