Uses of Interface
com.cafesoft.core.pool.ObjectPoolConfig

Packages that use ObjectPoolConfig
com.cafesoft.core.pool Provides classes for object pooling. 
 

Uses of ObjectPoolConfig in com.cafesoft.core.pool
 

Classes in com.cafesoft.core.pool that implement ObjectPoolConfig
 class StandardObjectPoolConfig
          The standard implementation of the ObjectPoolConfig interface.
 

Methods in com.cafesoft.core.pool that return ObjectPoolConfig
 ObjectPoolConfig LiteObjectPool.getConfig()
          Get the pool's configuration object.
 ObjectPoolConfig StandardLiteObjectPool.getConfig()
          Get the pool's configuration object.
 

Constructors in com.cafesoft.core.pool with parameters of type ObjectPoolConfig
StandardLiteObjectPool(ObjectPoolConfig config)
          Create a new StandardLiteObjectPool.
StandardLiteObjectPool(ObjectPoolConfig config, boolean destroyObjects)
          Create a new StandardLiteObjectPool.
 



Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.