| An interface for objects that can be pooled and recycled several times
by different clients. Pooled objects that implement this interface
use no argument ctor and recycle methods. Initialization is taken
care of using the init method. This is a way to avoid
introspection/reflection when pooling an object.
author: John McNally version: $Id: InitableRecyclable.java 534527 2007-05-02 16:10:59Z tv $ |