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

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

Uses of PoolException in nf.fr.eraasoft.pool
 

Methods in nf.fr.eraasoft.pool that throw PoolException
 void PoolableObject.activate(T t)
          is invoked on every instance that has been passivated before it is borrowed from the pool.
 T ObjectPool.getObj()
           PoolSettings<MyType> poolSettings = ....; MyType myType = poolSettings.pool().getObj();
 T PoolableObject.make()
          is called whenever a new instance is needed.
 

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

Methods in nf.fr.eraasoft.pool.impl that throw PoolException
protected  void AbstractPool.create()
           
 T BlockingQueueObjectPool.getObj()
           
 T ConcurrentLinkedQueuePool.getObj()
           
protected  void AbstractPool.init()
           
 



Copyright © 2013. All Rights Reserved.