commons-pool-1.5.jar - Apache Commons Pool 1.5

Q

Commons 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 interchangable pooling implementations. 2. A toolkit for creating modular object pools. 3. Several general purpose pool implementations.

JAR File Size and Download Location:

File name: commons-pool.jar, commons-pool-1.5.jar
File size: 95923 bytes
Date modified: 06/05/2009
Download: Apache Commons Pool

✍: FYIcenter

A

Manifest of the JAR:

Archiver-Version: Plexus Archiver
Built-By: philsteitz
Build-Jdk: 1.5.0_16
Implementation-Title: Commons Pool
Implementation-Vendor: The Apache Software Foundation
Implementation-Vendor-Id: org.apache
Implementation-Version: 1.5
Specification-Title: Commons Pool
Specification-Vendor: The Apache Software Foundation
Specification-Version: 1.5
X-Compile-Source-JDK: 1.3
X-Compile-Target-JDK: 1.3
Bundle-License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bnd-LastModified: 1244194606447
Bundle-Version: 1.5
Bundle-Description: Commons Object Pooling Library
Bundle-Name: Commons Pool
Bundle-DocURL: http://commons.apache.org/pool/
Bundle-ManifestVersion: 2
Bundle-Vendor: The Apache Software Foundation
Bundle-SymbolicName: org.apache.commons.pool
Tool: Bnd-0.0.238

List of Classes in the JAR:

org/apache/commons/pool/BaseKeyedObjectPool
org/apache/commons/pool/BaseKeyedPoolableObjectFactory
org/apache/commons/pool/BaseObjectPool
org/apache/commons/pool/BasePoolableObjectFactory
org/apache/commons/pool/impl/CursorableLinkedList
org/apache/commons/pool/impl/CursorableSubList
org/apache/commons/pool/impl/EvictionTimer
org/apache/commons/pool/impl/GenericKeyedObjectPool
org/apache/commons/pool/impl/GenericKeyedObjectPoolFactory
org/apache/commons/pool/impl/GenericObjectPool
org/apache/commons/pool/impl/GenericObjectPoolFactory
org/apache/commons/pool/impl/SoftReferenceObjectPool
org/apache/commons/pool/impl/StackKeyedObjectPool
org/apache/commons/pool/impl/StackKeyedObjectPoolFactory
org/apache/commons/pool/impl/StackObjectPool
org/apache/commons/pool/impl/StackObjectPoolFactory
org/apache/commons/pool/KeyedObjectPool
org/apache/commons/pool/KeyedObjectPoolFactory
org/apache/commons/pool/KeyedPoolableObjectFactory
org/apache/commons/pool/ObjectPool
org/apache/commons/pool/ObjectPoolFactory
org/apache/commons/pool/PoolableObjectFactory
org/apache/commons/pool/PoolUtils

2010-03-09, 13573🔥, 0💬