|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |