Uses of Interface
org.apache.commons.pool2.SwallowedExceptionListener

Packages that use SwallowedExceptionListener
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
 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
 void BaseGenericObjectPool.setSwallowedExceptionListener(SwallowedExceptionListener swallowedExceptionListener)
          The listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.