public interface ConnectionCustomizer
| Modifier and Type | Method and Description |
|---|---|
void |
onAcquire(java.sql.Connection connection,
java.lang.String uniqueName)
Called when the physical connection is created.
|
void |
onDestroy(java.sql.Connection connection,
java.lang.String uniqueName)
Called when the physical connection is destroyed.
|
void onAcquire(java.sql.Connection connection,
java.lang.String uniqueName)
connection - the physical connection.uniqueName - the PoolingDataSource unique name.void onDestroy(java.sql.Connection connection,
java.lang.String uniqueName)
connection - the physical connection.uniqueName - the PoolingDataSource unique name.Copyright © 2006-2023 Bitronix Software. All Rights Reserved.