org.apache.fulcrum.pool
Interface ArrayCtorRecyclable

All Superinterfaces:
Recyclable

public interface ArrayCtorRecyclable
extends Recyclable

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.

Version:
$Id: ArrayCtorRecyclable.java 535465 2007-05-05 06:58:06Z tv $
Author:
John McNally

Method Summary
 void recycle(Object[] params)
          Recycles the object for a new client.
 
Methods inherited from interface org.apache.fulcrum.pool.Recyclable
dispose, isDisposed, recycle
 

Method Detail

recycle

void recycle(Object[] params)
Recycles the object for a new client. Objects implementing this interface must also provide a matching constructor. The recycle methods must call their super.



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.