org.ow2.util.pool.impl.enhanced.api.resizer
Interface IResizablePool<E>

Type Parameters:
E - pool item type
All Superinterfaces:
IPool<E>, IResizable
All Known Subinterfaces:
IBasicCluePool<E,C>, IBasicPool<E>, IRecorderCluePool<E,C>, IRecorderPool<E>
All Known Implementing Classes:
BasicCluePool, BasicPool

public interface IResizablePool<E>
extends IPool<E>, IResizable

Author:
Gael Lalire

Method Summary
 
Methods inherited from interface org.ow2.util.pool.impl.enhanced.api.IPool
get, put, remove, signalAllWaiters
 
Methods inherited from interface org.ow2.util.pool.impl.enhanced.internal.resizer.api.IResizable
setExpectedSize
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.