Uses of Interface
org.datanucleus.store.rdbms.datasource.dbcp2.pool2.SwallowedExceptionListener
-
Packages that use SwallowedExceptionListener Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0.org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl 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 SwallowedExceptionListener Modifier and Type Class Description class
SwallowedExceptionLogger
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 SwallowedExceptionListener Modifier and Type Field Description private SwallowedExceptionListener
BaseGenericObjectPool. swallowedExceptionListener
Methods in org.datanucleus.store.rdbms.datasource.dbcp2.pool2.impl that return SwallowedExceptionListener Modifier and Type Method Description SwallowedExceptionListener
BaseGenericObjectPool. 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 SwallowedExceptionListener Modifier and Type Method Description void
BaseGenericObjectPool. setSwallowedExceptionListener(SwallowedExceptionListener swallowedExceptionListener)
The listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.
-