Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.SwallowedExceptionListener
Packages that use SwallowedExceptionListener
Package
Description
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.
-
Uses of SwallowedExceptionListener in org.datanucleus.store.rdbms.datasource.dbcp2
Classes in org.datanucleus.store.rdbms.datasource.dbcp2 that implement SwallowedExceptionListenerModifier and TypeClassDescriptionclass
Class for logging swallowed exceptions. -
Uses of SwallowedExceptionListener in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl
Fields in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl declared as SwallowedExceptionListenerModifier and TypeFieldDescriptionprivate SwallowedExceptionListener
BaseGenericObjectPool.swallowedExceptionListener
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return SwallowedExceptionListenerModifier and TypeMethodDescriptionBaseGenericObjectPool.getSwallowedExceptionListener()
The listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl with parameters of type SwallowedExceptionListenerModifier and TypeMethodDescriptionfinal void
BaseGenericObjectPool.setSwallowedExceptionListener
(SwallowedExceptionListener swallowedExceptionListener) The listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.