Uses of Class
nf.fr.eraasoft.pool.PoolSettings

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

Uses of PoolSettings in nf.fr.eraasoft.pool
 

Methods in nf.fr.eraasoft.pool that return PoolSettings
 PoolSettings<T> PoolSettings.debug(boolean debug)
           
 PoolSettings<T> PoolSettings.max(int max)
          if
 PoolSettings<T> PoolSettings.maxIdle(int maxIdle)
           
 PoolSettings<T> PoolSettings.maxWait(int maxWait)
           
 PoolSettings<T> PoolSettings.min(int min)
          Define the minimum number of element in the pool
 PoolSettings<T> PoolSettings.validateWhenReturn(boolean validateWhenReturn)
          if true invoke PoolableObject.validate() method
 

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

Methods in nf.fr.eraasoft.pool.impl that return PoolSettings
 PoolSettings<T> PoolFactory.settings()
           
 

Methods in nf.fr.eraasoft.pool.impl with parameters of type PoolSettings
static void PoolControler.addPoolSettings(PoolSettings<?> poolSettings)
           
 

Constructors in nf.fr.eraasoft.pool.impl with parameters of type PoolSettings
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.