Generated by
JDiff

Class org.apache.commons.pool.impl.GenericKeyedObjectPool

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

Added Methods
boolean getLifo() Whether or not the idle object pools act as LIFO queues.
void setLifo(boolean) Sets the LIFO property of the pools.
 

Added Fields
boolean DEFAULT_LIFO The default LIFO status.