org.apache.turbine.util.pool
Interface ArrayCtorRecyclable

All Superinterfaces:
org.apache.fulcrum.pool.Recyclable

public interface ArrayCtorRecyclable
extends org.apache.fulcrum.pool.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 356681 2005-12-14 01:36:44Z epugh $
Author:
John McNally

Method Summary
 void recycle(java.lang.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(java.lang.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 © 2000-2007 Apache Software Foundation. All Rights Reserved.