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

Packages that use NotABusyPoolItemException
org.ow2.util.pool.impl.enhanced.api   
org.ow2.util.pool.impl.enhanced.api.basic   
org.ow2.util.pool.impl.enhanced.impl.basic   
org.ow2.util.pool.impl.enhanced.impl.keepbusy   
org.ow2.util.pool.impl.enhanced.impl.limited   
org.ow2.util.pool.impl.enhanced.impl.listener   
org.ow2.util.pool.impl.enhanced.impl.validator   
 

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

Methods in org.ow2.util.pool.impl.enhanced.api that throw NotABusyPoolItemException
 void IPool.put(E poolItem)
          This method must be called when you finished to use the pool item.
 void IPool.remove(E poolItem)
          This method can be called when you finished to use the pool item instead of put method.
 

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

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

Uses of NotABusyPoolItemException in org.ow2.util.pool.impl.enhanced.impl.basic
 

Methods in org.ow2.util.pool.impl.enhanced.impl.basic that throw NotABusyPoolItemException
 void BasicPool.put(E poolItem)
          This method will never block.
 void BasicPool.remove(E poolItem)
           
 

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

Methods in org.ow2.util.pool.impl.enhanced.impl.keepbusy that throw NotABusyPoolItemException
 void KeepBusyPool.put(E poolItem)
           
 void KeepBusyPool.remove(E poolItem)
           
 

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

Methods in org.ow2.util.pool.impl.enhanced.impl.limited that throw NotABusyPoolItemException
 void LimitedWaiterPool.put(E e)
           
 void LimitedWaiterPool.remove(E poolItem)
           
 

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

Methods in org.ow2.util.pool.impl.enhanced.impl.listener that throw NotABusyPoolItemException
 void PoolListenerDispatcherPool.put(E poolItem)
           
 void PoolListenerDispatcherPool.remove(E poolItem)
           
 

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

Methods in org.ow2.util.pool.impl.enhanced.impl.validator that throw NotABusyPoolItemException
 void ValidatorPool.put(E poolItem)
           
 void ValidatorPool.remove(E poolItem)
           
 



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