Invalidates an object from the pool.
By contract, obj
must have been obtained using {@link #borrowObject borrowObject} or a related method as defined inan implementation or sub-interface.
This method should be used when an object that has been borrowed is determined (due to an exception or other problem) to be invalid.
@param obj a {@link #borrowObject borrowed} instance to be disposed. @throws Exception
|
|