org.apache.commons.pool
public abstract class BaseKeyedObjectPool extends Object implements KeyedObjectPool
Version: $Revision: 155430 $ $Date: 2005-02-26 08:13:28 -0500 (Sat, 26 Feb 2005) $
Method Summary | |
---|---|
void | addObject(Object key)
Not supported in this base implementation. |
abstract Object | borrowObject(Object key) |
void | clear()
Not supported in this base implementation. |
void | clear(Object key)
Not supported in this base implementation. |
void | close()
Does nothing this base implementation. |
int | getNumActive(Object key)
Not supported in this base implementation. |
int | getNumActive()
Not supported in this base implementation. |
int | getNumIdle(Object key)
Not supported in this base implementation. |
int | getNumIdle()
Not supported in this base implementation. |
abstract void | invalidateObject(Object key, Object obj) |
abstract void | returnObject(Object key, Object obj) |
void | setFactory(KeyedPoolableObjectFactory factory)
Not supported in this base implementation. |