This method should be used when an object that has been borrowed is determined (due to an exception or other problem) to be invalid. If the connection should be validated before or after borrowing, then the {@link PoolableObjectFactory#validateObject} method should beused instead. @param obj a {@link #borrowObject borrowed} instance to be returned.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|