Uses of Interface
org.ofbiz.core.entity.jdbc.interceptors.connection.ConnectionPoolState
Packages that use ConnectionPoolState
-
Uses of ConnectionPoolState in org.ofbiz.core.entity.jdbc.interceptors.connection
Methods in org.ofbiz.core.entity.jdbc.interceptors.connection with parameters of type ConnectionPoolStateModifier and TypeMethodDescriptionvoidSafeDelegatingSqlConnectionInterceptor.onConnectionReplaced(Connection connection, ConnectionPoolState connectionPoolState) voidSQLConnectionInterceptor.onConnectionReplaced(Connection connection, ConnectionPoolState connectionPoolState) Called when a connection is returned to the underlying poolvoidSafeDelegatingSqlConnectionInterceptor.onConnectionTaken(Connection connection, ConnectionPoolState connectionPoolState) voidSQLConnectionInterceptor.onConnectionTaken(Connection connection, ConnectionPoolState connectionPoolState) Called when a connection is taken from the underlying pool