org.apache.commons.pool
public abstract class BaseObjectPool extends Object implements ObjectPool
Version: $Revision: 383290 $ $Date: 2006-03-05 02:00:15 -0500 (Sun, 05 Mar 2006) $
Method Summary | |
---|---|
void | addObject()
Not supported in this base implementation. |
abstract Object | borrowObject() |
void | clear()
Not supported in this base implementation. |
void | close() |
int | getNumActive()
Not supported in this base implementation. |
int | getNumIdle()
Not supported in this base implementation. |
abstract void | invalidateObject(Object obj) |
abstract void | returnObject(Object obj) |
void | setFactory(PoolableObjectFactory factory)
Not supported in this base implementation. |