org.apache.avalon.excalibur.pool
Interface Pool
- All Superinterfaces:
- Component
- All Known Implementing Classes:
- AbstractPool, ResourceLimitingPool, SingleThreadedPool
- public interface Pool
- extends Component
This is an Pool
that caches Poolable objects for reuse.
- Since:
- 4.0
- Version:
- CVS $Revision: 1.2 $ $Date: 2003/02/20 17:09:24 $
- Author:
- Berin Loritsch, Stefano Mazzocchi, Peter Donald
get
public Poolable get()
throws Exception
Exception
put
public void put(Poolable poolable)
Copyright © 2000-2002 Apache Jakarta Project. All Rights Reserved.