|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoolException | |
|---|---|
| net.spy.pool | Spy Object Pooling System |
| Uses of PoolException in net.spy.pool |
|---|
| Subclasses of PoolException in net.spy.pool | |
|---|---|
class |
NoSuchPoolException
Exception thrown when there's NoSuchPool. |
| Methods in net.spy.pool that throw PoolException | |
|---|---|
void |
ObjectPool.createPool(java.lang.String name,
PoolFiller pf)
Create a new object pool. |
void |
ObjectPool.destroyPool(java.lang.String name)
Destory a pool. |
PoolAble |
SNPPPoolFiller.getObject()
get a new object for the pool. |
abstract PoolAble |
PoolFiller.getObject()
Get an object for the pool. |
java.lang.Object |
PooledObject.getObject()
Get the object we just checked out. |
PooledObject |
PoolContainer.getObject()
Get an object from the pool. |
java.lang.Object |
PoolAble.getObject()
Get the object we're pooling. |
PoolAble |
JDBCPoolFiller.getObject()
get a new object for the pool. |
PooledObject |
ObjectPool.getObject(java.lang.String name)
Get an object from a pool. |
void |
ObjectPool.prune()
Prune the object pools. |
| Constructors in net.spy.pool that throw PoolException | |
|---|---|
JDBCPoolFiller(java.lang.String name,
SpyConfig conf)
Instantiate the JDBCPoolFiller. |
|
PoolContainer(java.lang.String nm,
PoolFiller pf)
Create a new PoolContainer for a pool with a given name, and filler. |
|
PoolContainer(java.lang.String nm,
PoolFiller pf,
SpyConfig cnf)
Create a new PoolContainer for a pool with a given name, and filler. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||