Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.apache.commons.pool.BaseKeyedPoolableObjectFactory
public abstract class BaseKeyedPoolableObjectFactory
extends Object
implements KeyedPoolableObjectFactory
KeyedPoolableObjectFactory
.
All operations defined here are essentially no-op's.
KeyedPoolableObjectFactory
Method Summary | |
void |
|
void |
|
Object |
|
void |
|
boolean |
|
public void activateObject(Object key, Object obj) throws Exception
No-op.
- Specified by:
- activateObject in interface KeyedPoolableObjectFactory
public void destroyObject(Object key, Object obj) throws Exception
No-op.
- Specified by:
- destroyObject in interface KeyedPoolableObjectFactory
public Object makeObject(Object key) throws Exception
- Specified by:
- makeObject in interface KeyedPoolableObjectFactory
public void passivateObject(Object key, Object obj) throws Exception
No-op.
- Specified by:
- passivateObject in interface KeyedPoolableObjectFactory
public boolean validateObject(Object key, Object obj)
This implementation always returns true.
- Specified by:
- validateObject in interface KeyedPoolableObjectFactory
- Returns:
- true