If you mean "is there a way to make the GenericObjectPool prevent a client from returning an object to the pool more than once?", then the answer is not directly, but one could easily build this check into a subclass of GenericObjectPool.
On Fri, 24 Jan 2003, Ferrari Massimo wrote: > Hello, ist there a way to avoid that the same object instance is > returned more than once to the GenericObjectPool? Thank you! Massimo > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
