Generated by
JDiff

Class org.apache.commons.pool.impl.GenericObjectPool

Added Constructors
GenericObjectPool(PoolableObjectFactory, int, byte, long, int, int, boolean, boolean, long, int, long, boolean, long, boolean) Create a new GenericObjectPool using the specified values.
 

Added Methods
boolean getLifo() Whether or not the idle object pool acts as a LIFO queue.
void setLifo(boolean) Sets the LIFO property of the pool.
 

Added Fields
boolean DEFAULT_LIFO The default LIFO status.