Uses of Class
org.ow2.util.pool.impl.enhanced.api.PoolException

Packages that use PoolException
org.ow2.util.pool.impl.enhanced.api   
org.ow2.util.pool.impl.enhanced.api.basic   
org.ow2.util.pool.impl.enhanced.api.clue   
org.ow2.util.pool.impl.enhanced.api.listener.clue   
org.ow2.util.pool.impl.enhanced.impl.keepbusy   
org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue   
org.ow2.util.pool.impl.enhanced.impl.limited   
org.ow2.util.pool.impl.enhanced.impl.limited.clue   
org.ow2.util.pool.impl.enhanced.impl.listener   
org.ow2.util.pool.impl.enhanced.impl.listener.clue   
org.ow2.util.pool.impl.enhanced.impl.listener.resizer.clue   
org.ow2.util.pool.impl.enhanced.impl.listener.statistics.clue   
org.ow2.util.pool.impl.enhanced.impl.validator   
org.ow2.util.pool.impl.enhanced.impl.validator.clue   
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.api
 

Subclasses of PoolException in org.ow2.util.pool.impl.enhanced.api
 class IllegalTimeoutException
           
 class NotABusyPoolItemException
           
 class TimeoutPoolException
           
 class WaiterInterruptedException
           
 

Methods in org.ow2.util.pool.impl.enhanced.api that throw PoolException
 E IPool.get(IWaitControl timeout)
          This method block is there is no available pool item in the pool.
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.api.basic
 

Subclasses of PoolException in org.ow2.util.pool.impl.enhanced.api.basic
 class NoBusyPoolItemException
           
 class PoolFactoryBroken
           
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.api.clue
 

Methods in org.ow2.util.pool.impl.enhanced.api.clue that throw PoolException
 E ICluePool.get(C clue, IWaitControl timeout)
           
 

Uses of PoolException 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 PoolException
 void ICluePoolListener.getMethodFailed(PoolException poolException, C clue, IWaitControl timeout)
           
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.impl.keepbusy
 

Methods in org.ow2.util.pool.impl.enhanced.impl.keepbusy that throw PoolException
 E KeepBusyPool.get(IWaitControl timeout)
           
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue
 

Methods in org.ow2.util.pool.impl.enhanced.impl.keepbusy.clue that throw PoolException
 E KeepBusyCluePool.get(C clue, IWaitControl timeout)
           
 E KeepBusyCluePool.get(IWaitControl timeout)
          Because not same behavior.
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.impl.limited
 

Subclasses of PoolException in org.ow2.util.pool.impl.enhanced.impl.limited
 class TooManyWaiterException
           
 

Methods in org.ow2.util.pool.impl.enhanced.impl.limited that throw PoolException
 E LimitedWaiterPool.get(IWaitControl timeout)
           
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.impl.limited.clue
 

Methods in org.ow2.util.pool.impl.enhanced.impl.limited.clue that throw PoolException
 E LimitedWaiterCluePool.get(C clue, IWaitControl timeout)
           
 E LimitedWaiterCluePool.get(IWaitControl timeout)
           
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.impl.listener
 

Methods in org.ow2.util.pool.impl.enhanced.impl.listener that throw PoolException
 E PoolListenerDispatcherPool.get(IWaitControl timeout)
           
 

Uses of PoolException 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 PoolException
 void CluePoolListenerAdapter.getMethodFailed(PoolException poolException, C clue, IWaitControl timeout)
           
 

Methods in org.ow2.util.pool.impl.enhanced.impl.listener.clue that throw PoolException
 E CluePoolListenerDispatcherPool.get(C clue, IWaitControl timeout)
           
 

Uses of PoolException 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 PoolException
 void ResizerUpdateCluePoolListener.getMethodFailed(PoolException poolException, C clue, IWaitControl timeout)
           
 

Uses of PoolException 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 PoolException
 void BasicCluePoolStatsFillerPoolListener.getMethodFailed(PoolException poolException, C clue, IWaitControl timeout)
           
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.impl.validator
 

Methods in org.ow2.util.pool.impl.enhanced.impl.validator that throw PoolException
 E ValidatorPool.get(IWaitControl timeout)
           
 

Uses of PoolException in org.ow2.util.pool.impl.enhanced.impl.validator.clue
 

Methods in org.ow2.util.pool.impl.enhanced.impl.validator.clue that throw PoolException
 E ValidatorCluePool.get(C clue, IWaitControl timeout)
           
 



Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.