|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.util.pool.impl.enhanced.impl.validator.ValidatorPool<E>
org.ow2.util.pool.impl.enhanced.impl.validator.clue.ValidatorCluePool<E,C>
E - pool item typeC - clue typepublic class ValidatorCluePool<E,C>
| Constructor Summary | |
|---|---|
ValidatorCluePool(ICluePool<E,C> cluePool,
ICluePoolValidator<E,C> cluePoolValidator,
boolean putValidate)
|
|
| Method Summary | |
|---|---|
E |
get(C clue,
IWaitControl timeout)
|
| Methods inherited from class org.ow2.util.pool.impl.enhanced.impl.validator.ValidatorPool |
|---|
get, put, remove, signalAllWaiters, validateOneItem |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.util.pool.impl.enhanced.api.IPool |
|---|
get, put, remove, signalAllWaiters |
| Constructor Detail |
|---|
public ValidatorCluePool(ICluePool<E,C> cluePool,
ICluePoolValidator<E,C> cluePoolValidator,
boolean putValidate)
| Method Detail |
|---|
public E get(C clue,
IWaitControl timeout)
throws PoolException,
java.lang.InterruptedException
get in interface ICluePool<E,C>PoolException
java.lang.InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||