An interface for objects that can be pooled and
recycled several times by different clients. This interface
presents a recycle method that does not require introspection/reflection.
author: John McNally version: $Id: ArrayCtorRecyclable.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
void
recycle(Object[] params) Recycles the object for a new client.
Recycles the object for a new client. Objects implementing
this interface must also provide a matching constructor.
The recycle methods must call their super.