| Package | Description |
|---|---|
| org.ofbiz.core.entity.jdbc.interceptors.connection |
| Modifier and Type | Method and Description |
|---|---|
void |
SQLConnectionInterceptor.onConnectionReplaced(Connection connection,
ConnectionPoolState connectionPoolState)
Called when a connection is returned to the underlying pool
|
void |
SafeDelegatingSqlConnectionInterceptor.onConnectionReplaced(Connection connection,
ConnectionPoolState connectionPoolState) |
void |
SQLConnectionInterceptor.onConnectionTaken(Connection connection,
ConnectionPoolState connectionPoolState)
Called when a connection is taken from the underlying pool
|
void |
SafeDelegatingSqlConnectionInterceptor.onConnectionTaken(Connection connection,
ConnectionPoolState connectionPoolState) |
Copyright © 2018 Atlassian. All rights reserved.