| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.apache.commons.pool.BasePoolableObjectFactoryPoolableObjectFactory.
All operations defined here are essentially no-op's.
Method Summary | |
void |
|
void |
|
abstract Object |
|
void |
|
boolean |
|
public void activateObject(Object obj)
throws ExceptionNo-op.
- Specified by:
- activateObject in interface PoolableObjectFactory
public void destroyObject(Object obj)
throws ExceptionNo-op.
- Specified by:
- destroyObject in interface PoolableObjectFactory
public abstract Object makeObject()
throws ExceptionCreates an instance that can be returned by the pool.
- Specified by:
- makeObject in interface PoolableObjectFactory
- Returns:
- an instance that can be returned by the pool.
public void passivateObject(Object obj)
throws ExceptionNo-op.
- Specified by:
- passivateObject in interface PoolableObjectFactory
public boolean validateObject(Object obj)
This implementation always returns true.
- Specified by:
- validateObject in interface PoolableObjectFactory
- Returns:
- true