Uses of Interface
org.apache.commons.pool2.SwallowedExceptionListener
-
Packages that use SwallowedExceptionListener Package Description org.apache.commons.pool2.impl Object pooling API implementations. -
-
Uses of SwallowedExceptionListener in org.apache.commons.pool2.impl
Fields in org.apache.commons.pool2.impl declared as SwallowedExceptionListener Modifier and Type Field Description private SwallowedExceptionListener
BaseGenericObjectPool. swallowedExceptionListener
Methods in org.apache.commons.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.apache.commons.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.
-