BaseGenericObjectPool.setBlockWhenExhausted

Sets whether to block when the <code>borrowObject()</code> method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).

@param blockWhenExhausted <code>true</code> if <code>borrowObject()</code> should block when the pool is exhausted

@see #getBlockWhenExhausted

class BaseGenericObjectPool
void
setBlockWhenExhausted

Meta