Reset the pooled object. The implementation may do anything to reset the state of the pooled element. If the element is definately exhausted, a return value of false prevents the element from returning into the pool and the instance is garbage collected.
@param object the object to reset
@return true if the element can be used for further tasks.
@since 0.2
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.