Method Summary |
|
public void | addObject(Object key) Not supported in this base implementation. |
abstract public Object | borrowObject(Object key) |
public void | clear() Not supported in this base implementation. |
public void | clear(Object key) Not supported in this base implementation. |
public void | close() Does nothing this base implementation. |
public int | getNumActive(Object key) Not supported in this base implementation. |
public int | getNumActive() Not supported in this base implementation. |
public int | getNumIdle(Object key) Not supported in this base implementation. |
public int | getNumIdle() Not supported in this base implementation. |
abstract public void | invalidateObject(Object key, Object obj) |
abstract public void | returnObject(Object key, Object obj) |
public void | setFactory(KeyedPoolableObjectFactory factory) Not supported in this base implementation. |