1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: commons-pool
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
Uploaders: Arnaud Vandyck <avdyk@debian.org>, Adam Heath <doogie@brainfood.com>
Section: libs
Priority: optional
Standards-Version: 3.6.1
Build-Depends-Indep: debhelper (>> 4.0.0), cdbs, kaffe (>= 1.1.3), libant1.6-java, libcommons-collections-java, junit, dpatch, jikes
Package: libcommons-pool-java
Architecture: all
Depends: java-common, libcommons-collections-java
Description: A set of objects that implement the pooling pattern for java objects
Pool provides an Object-pooling API, with three major aspects:
1. A generic object pool interface that clients and implementors can use to
provide easily interchangeable pooling implementations.
2. A toolkit for creating modular object pools.
3. Several general purpose pool implementations.
|