程序包 org.apache.commons.pool.impl

Object pooling API implementations.

请参阅: 说明

程序包org.apache.commons.pool.impl的说明

Object pooling API implementations.

StackObjectPool (StackKeyedObjectPool) provides a simple, Stack-based implementation of ObjectPool (KeyedObjectPool). StackObjectPoolFactory (StackKeyedObjectPoolFactory) provides an implementation of the ObjectPoolFactory (KeyedObjectPoolFactory) factory interface for this class.

GenericObjectPool (GenericKeyedObjectPool) provides a more robust (but also more complicated) implementation of ObjectPool (KeyedObjectPool). GenericObjectPoolFactory (GenericKeyedObjectPoolFactory) provides an implementation of the ObjectPoolFactory (KeyedObjectPoolFactory) factory interface for this class.

See also the org.apache.commons.pool package.

Copyright © 2001-2012 Apache Software Foundation. Documenation generated March 9 2016.