This method should "close" and release all resources acquired by the pooled
object. This object will not be used anymore so any cleanup necessary to
remove it from memory should be made in this method. Implementors should
not raise an exception under any circumstances, the factory should log and
clean up the exception itself.
This method should "close" and release all resources acquired by the pooled
object. This object will not be used anymore so any cleanup necessary to
remove it from memory should be made in this method. Implementors should
not raise an exception under any circumstances, the factory should log and
clean up the exception itself.