<p>Flag to remove abandoned objects if they exceed the
removeAbandonedTimeout when borrowObject is invoked.</p>
<p>The default value is false.</p>
<p>If set to true, abandoned objects are removed by borrowObject if
there are fewer than 2 idle objects available in the pool and
<code>getNumActive() > getMaxTotal() - 3</code></p>
@return true if abandoned objects are to be removed by borrowObject
<p>Flag to remove abandoned objects if they exceed the removeAbandonedTimeout when borrowObject is invoked.</p>
<p>The default value is false.</p>
<p>If set to true, abandoned objects are removed by borrowObject if there are fewer than 2 idle objects available in the pool and <code>getNumActive() > getMaxTotal() - 3</code></p>
@return true if abandoned objects are to be removed by borrowObject