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