| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.pool.BaseKeyedPoolableObjectFactorypublic abstract class BaseKeyedPoolableObjectFactoryextends Objectimplements KeyedPoolableObjectFactoryKeyedPoolableObjectFactory.
All operations defined here are essentially no-op's.
KeyedPoolableObjectFactoryMethod Summary | |
void |
|
void |
|
abstract Object |
|
void |
|
boolean |
|
public void activateObject(Object key,
Object obj)
throws ExceptionNo-op.
- Specified by:
- activateObject in interface KeyedPoolableObjectFactory
public void destroyObject(Object key,
Object obj)
throws ExceptionNo-op.
- Specified by:
- destroyObject in interface KeyedPoolableObjectFactory
public abstract Object makeObject(Object key)
throws Exception
- Specified by:
- makeObject in interface KeyedPoolableObjectFactory
public void passivateObject(Object key,
Object obj)
throws ExceptionNo-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