Uses of Interface
nf.fr.eraasoft.pool.PoolableObject

Packages that use PoolableObject
nf.fr.eraasoft.pool   
nf.fr.eraasoft.pool.impl   
 

Uses of PoolableObject in nf.fr.eraasoft.pool
 

Classes in nf.fr.eraasoft.pool that implement PoolableObject
 class PoolableObjectBase<T>
          Utility class to create a PoolableObject.
 

Constructors in nf.fr.eraasoft.pool with parameters of type PoolableObject
PoolSettings(PoolableObject<T> poolableObject)
          Create a new PoolSetting instance with a Poolable object
 

Uses of PoolableObject in nf.fr.eraasoft.pool.impl
 

Constructors in nf.fr.eraasoft.pool.impl with parameters of type PoolableObject
AbstractPool(PoolableObject<T> poolableObject, PoolSettings<T> settings)
           
BlockingQueueObjectPool(PoolableObject<T> poolableObject, PoolSettings<T> settings)
           
ConcurrentLinkedQueuePool(PoolableObject<T> poolableObject, PoolSettings<T> settings)
           
PoolFactory(PoolSettings<T> settings, PoolableObject<T> poolableObject)
           
 



Copyright © 2013. All Rights Reserved.