Uses of Interface
org.apache.commons.pool2.SwallowedExceptionListener
Packages that use SwallowedExceptionListener
-
Uses of SwallowedExceptionListener in org.apache.commons.pool2.impl
Methods in org.apache.commons.pool2.impl that return SwallowedExceptionListenerModifier and TypeMethodDescriptionBaseGenericObjectPool.getSwallowedExceptionListener()
Gets 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 SwallowedExceptionListenerModifier and TypeMethodDescriptionfinal void
BaseGenericObjectPool.setSwallowedExceptionListener
(SwallowedExceptionListener swallowedExceptionListener) Sets the listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.