|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||