Generated by
JDiff

Interface org.apache.commons.pool.ObjectPool

Changed Methods
void addObject() Change in exceptions thrown from java.lang.Exception to (java.lang.Exception, java.lang.IllegalStateException, java.lang.UnsupportedOperationException).
Create an object using the factory or other implementation dependent mechanism passivate it and then place it in the idle object pool.
Object borrowObject() Change in exceptions thrown from java.lang.Exception to (java.lang.Exception, java.util.NoSuchElementException, java.lang.IllegalStateException).
Obtains an instance from this pool.