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
Methods in org.apache.commons.pool2.impl that return SwallowedExceptionListener Modifier and Type Method Description SwallowedExceptionListener
BaseGenericObjectPool. 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 SwallowedExceptionListener Modifier and Type Method Description void
BaseGenericObjectPool. setSwallowedExceptionListener(SwallowedExceptionListener swallowedExceptionListener)
Sets the listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.
-