Package io.quarkus.agroal.runtime
Class AgroalEventLoggingListener
java.lang.Object
io.quarkus.agroal.runtime.AgroalEventLoggingListener
- All Implemented Interfaces:
io.agroal.api.AgroalDataSourceListener
final class AgroalEventLoggingListener
extends Object
implements io.agroal.api.AgroalDataSourceListener
-
Constructor Summary
ConstructorsConstructorDescriptionAgroalEventLoggingListener(String name, boolean transactionRequirementWarningActive) -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeConnectionLeak(Connection connection) voidbeforeConnectionReap(Connection connection) voidbeforeConnectionValidation(Connection connection) voidonConnectionAcquire(Connection connection) voidonConnectionCreation(Connection connection) voidonConnectionDestroy(Connection connection) voidonConnectionLeak(Connection connection, Thread thread) voidonConnectionReap(Connection connection) voidonConnectionReturn(Connection connection) voidvoidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.agroal.api.AgroalDataSourceListener
beforeConnectionAcquire, beforeConnectionCreation, beforeConnectionDestroy, beforeConnectionFlush, beforeConnectionReturn, onConnectionFlush, onConnectionInvalid, onConnectionPooled, onConnectionValid, onPoolInterceptor
-
Constructor Details
-
AgroalEventLoggingListener
-
-
Method Details
-
beforeConnectionLeak
- Specified by:
beforeConnectionLeakin interfaceio.agroal.api.AgroalDataSourceListener
-
beforeConnectionReap
- Specified by:
beforeConnectionReapin interfaceio.agroal.api.AgroalDataSourceListener
-
beforeConnectionValidation
- Specified by:
beforeConnectionValidationin interfaceio.agroal.api.AgroalDataSourceListener
-
onConnectionAcquire
- Specified by:
onConnectionAcquirein interfaceio.agroal.api.AgroalDataSourceListener
-
onConnectionCreation
- Specified by:
onConnectionCreationin interfaceio.agroal.api.AgroalDataSourceListener
-
onConnectionLeak
- Specified by:
onConnectionLeakin interfaceio.agroal.api.AgroalDataSourceListener
-
onConnectionReap
- Specified by:
onConnectionReapin interfaceio.agroal.api.AgroalDataSourceListener
-
onConnectionReturn
- Specified by:
onConnectionReturnin interfaceio.agroal.api.AgroalDataSourceListener
-
onConnectionDestroy
- Specified by:
onConnectionDestroyin interfaceio.agroal.api.AgroalDataSourceListener
-
onWarning
- Specified by:
onWarningin interfaceio.agroal.api.AgroalDataSourceListener
-
onInfo
- Specified by:
onInfoin interfaceio.agroal.api.AgroalDataSourceListener
-
onWarning
- Specified by:
onWarningin interfaceio.agroal.api.AgroalDataSourceListener
-