|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PoolException | |
|---|---|
| org.ow2.util.pool.api | |
| Uses of PoolException in org.ow2.util.pool.api |
|---|
| Methods in org.ow2.util.pool.api that throw PoolException | |
|---|---|
void |
Pool.discard(InstanceType instance)
Discard the instance which is in the pool. |
InstanceType |
Pool.get()
Gets an object from the pool. |
InstanceType |
Pool.get(Clue clue)
Gets an object by using a specific hint. |
void |
Pool.release(InstanceType instance)
Puts back the instance in the pool so it can be reused. |
void |
Pool.start()
Start the pool. It could create initial instances if specified. |
void |
Pool.stop()
Stop this pool. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||