Uses of Class
org.apache.fulcrum.pool.PoolException

Uses of PoolException in org.apache.fulcrum.pool
 

Methods in org.apache.fulcrum.pool that throw PoolException
 Object PoolService.getInstance(Class clazz)
          Gets an instance of a specified class either from the pool or by instantiating from the class if the pool is empty.
 Object DefaultPoolService.getInstance(Class clazz)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 Object PoolService.getInstance(Class clazz, Object[] params, String[] signature)
          Gets an instance of a specified class either from the pool or by instantiating from the class if the pool is empty.
 Object DefaultPoolService.getInstance(Class clazz, Object[] params, String[] signature)
          Gets an instance of a specified class either from the pool or by instatiating from the class if the pool is empty.
 Object DefaultPoolService.getInstance(String className)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 Object DefaultPoolService.getInstance(String className, ClassLoader loader)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 Object DefaultPoolService.getInstance(String className, ClassLoader loader, Object[] params, String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 Object DefaultPoolService.getInstance(String className, Object[] params, String[] signature)
          Gets an instance of a named class either from the pool or by calling the Factory Service if the pool is empty.
 void InitableRecyclable.init(Object initObj)
          This method should be called after retrieving the object from the pool.
 



Copyright © 2005-2009 The Apache Software Foundation. All Rights Reserved.