org.apache.avalon.excalibur.pool
Interface Pool
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- AbstractPool, SingleThreadedPool
- public interface Pool
- extends Component
This is an Pool
that caches Poolable objects for reuse.
- Version:
- CVS $Revision: 1.2 $ $Date: 2001/05/08 15:13:09 $
- Author:
- Berin Loritsch, Stefano Mazzocchi, Peter Donald
get
public Poolable get()
throws java.lang.Exception
put
public void put(Poolable poolable)
Copyright © 2001 Apache Jakarta Project. All Rights Reserved.