Package io.agroal.pool.util
Class InterceptorHelper
java.lang.Object
io.agroal.pool.util.InterceptorHelper
- Author:
- Luis Barreiro
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidfireOnConnectionAcquiredInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) static voidfireOnConnectionCreateInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) static voidfireOnConnectionDestroyInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) static voidfireOnConnectionReturnInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler)
-
Method Details
-
fireOnConnectionCreateInterceptor
public static void fireOnConnectionCreateInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) throws SQLException - Throws:
SQLException
-
fireOnConnectionAcquiredInterceptor
public static void fireOnConnectionAcquiredInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) throws SQLException - Throws:
SQLException
-
fireOnConnectionReturnInterceptor
public static void fireOnConnectionReturnInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) throws SQLException - Throws:
SQLException
-
fireOnConnectionDestroyInterceptor
public static void fireOnConnectionDestroyInterceptor(List<? extends AgroalPoolInterceptor> interceptors, ConnectionHandler handler) throws SQLException - Throws:
SQLException
-