|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced |
|---|
| Methods in org.ow2.util.pool.impl.enhanced that return IWaitControl | |
|---|---|
protected IWaitControl |
EnhancedPool.createWaitControl()
|
protected IWaitControl |
EnhancedCluePool.createWaitControl()
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.api |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.api with parameters of type IWaitControl | |
|---|---|
E |
IPool.get(IWaitControl timeout)
This method block is there is no available pool item in the pool. |
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.api.basic |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.api.basic with parameters of type IWaitControl | |
|---|---|
E |
IBasicPool.get(IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.api.basic.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.api.basic.clue with parameters of type IWaitControl | |
|---|---|
E |
IBasicCluePool.get(C clue,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.api.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.api.clue with parameters of type IWaitControl | |
|---|---|
E |
ICluePool.get(C clue,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.api.listener |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.api.listener with parameters of type IWaitControl | |
|---|---|
void |
IPoolListener.getMethodCalled(IWaitControl timeout)
|
void |
IPoolListener.getMethodFailed(java.lang.Exception e,
IWaitControl timeout)
|
void |
IPoolListener.getMethodReturned(E result,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.api.listener.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.api.listener.clue with parameters of type IWaitControl | |
|---|---|
void |
ICluePoolListener.getMethodCalled(C clue,
IWaitControl timeout)
|
void |
ICluePoolListener.getMethodFailed(PoolException poolException,
C clue,
IWaitControl timeout)
|
void |
ICluePoolListener.getMethodReturned(E result,
C clue,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.deprecated |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.deprecated with parameters of type IWaitControl | |
|---|---|
void |
PoolFactoryImpl.getMethodReturned(E result,
C clue,
IWaitControl timeout)
Deprecated. |
void |
PoolFactoryImpl.getMethodReturned(E result,
IWaitControl timeout)
Deprecated. |
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.basic |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.basic with parameters of type IWaitControl | |
|---|---|
E |
BasicPool.get(IWaitControl timeout)
This method block is no instance are available. |
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.basic.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.basic.clue with parameters of type IWaitControl | |
|---|---|
E |
BasicCluePool.get(C clue,
IWaitControl timeout)
|
E |
BasicCluePool.get(IWaitControl timeout)
Get behavior is not the same. |
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.keepbusy |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.keepbusy with parameters of type IWaitControl | |
|---|---|
E |
KeepBusyPool.get(IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue with parameters of type IWaitControl | |
|---|---|
E |
KeepBusyCluePool.get(C clue,
IWaitControl timeout)
|
E |
KeepBusyCluePool.get(IWaitControl timeout)
Because not same behavior. |
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.limited |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.limited with parameters of type IWaitControl | |
|---|---|
E |
LimitedWaiterPool.get(IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.limited.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.limited.clue with parameters of type IWaitControl | |
|---|---|
E |
LimitedWaiterCluePool.get(C clue,
IWaitControl timeout)
|
E |
LimitedWaiterCluePool.get(IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.listener |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.listener with parameters of type IWaitControl | |
|---|---|
E |
PoolListenerDispatcherPool.get(IWaitControl timeout)
|
void |
PoolListenerAdapter.getMethodCalled(IWaitControl timeout)
|
void |
PoolListenerAdapter.getMethodFailed(java.lang.Exception e,
IWaitControl timeout)
|
void |
PoolListenerAdapter.getMethodReturned(T result,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.listener.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.listener.clue with parameters of type IWaitControl | |
|---|---|
E |
CluePoolListenerDispatcherPool.get(C clue,
IWaitControl timeout)
|
void |
CluePoolListenerAdapter.getMethodCalled(C clue,
IWaitControl timeout)
|
void |
CluePoolListenerAdapter.getMethodFailed(PoolException poolException,
C clue,
IWaitControl timeout)
|
void |
CluePoolListenerAdapter.getMethodReturned(E result,
C clue,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.listener.resizer |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.listener.resizer with parameters of type IWaitControl | |
|---|---|
void |
ResizerUpdatePoolListener.getMethodCalled(IWaitControl timeout)
|
void |
ResizerUpdatePoolListener.getMethodFailed(java.lang.Exception poolException,
IWaitControl timeout)
|
void |
ResizerUpdatePoolListener.getMethodReturned(E result,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue with parameters of type IWaitControl | |
|---|---|
void |
ResizerUpdateCluePoolListener.getMethodCalled(C clue,
IWaitControl timeout)
|
void |
ResizerUpdateCluePoolListener.getMethodFailed(PoolException poolException,
C clue,
IWaitControl timeout)
|
void |
ResizerUpdateCluePoolListener.getMethodReturned(E result,
C clue,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.listener.statistics |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.listener.statistics with parameters of type IWaitControl | |
|---|---|
void |
BasicPoolStatsFillerPoolListener.getMethodCalled(IWaitControl timeout)
|
void |
ExtendedPoolStatsFillerPoolListener.getMethodCalled(IWaitControl timeout)
|
void |
BasicPoolStatsFillerPoolListener.getMethodFailed(java.lang.Exception poolException,
IWaitControl timeout)
|
void |
ExtendedPoolStatsFillerPoolListener.getMethodFailed(java.lang.Exception poolException,
IWaitControl timeout)
|
void |
BasicPoolStatsFillerPoolListener.getMethodReturned(E result,
IWaitControl timeout)
|
void |
ExtendedPoolStatsFillerPoolListener.getMethodReturned(E result,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.listener.statistics.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.listener.statistics.clue with parameters of type IWaitControl | |
|---|---|
void |
BasicCluePoolStatsFillerPoolListener.getMethodCalled(C clue,
IWaitControl timeout)
|
void |
BasicCluePoolStatsFillerPoolListener.getMethodFailed(PoolException poolException,
C clue,
IWaitControl timeout)
|
void |
BasicCluePoolStatsFillerPoolListener.getMethodReturned(E result,
C clue,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.validator |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.validator with parameters of type IWaitControl | |
|---|---|
E |
ValidatorPool.get(IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.validator.clue |
|---|
| Methods in org.ow2.util.pool.impl.enhanced.impl.validator.clue with parameters of type IWaitControl | |
|---|---|
E |
ValidatorCluePool.get(C clue,
IWaitControl timeout)
|
| Uses of IWaitControl in org.ow2.util.pool.impl.enhanced.impl.waitcontrol |
|---|
| Classes in org.ow2.util.pool.impl.enhanced.impl.waitcontrol that implement IWaitControl | |
|---|---|
class |
ExpireWaitControl
|
class |
InfiniteWaitControl
|
class |
NoWaitControl
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||