|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.commons.pool.BasePoolableObjectFactory
org.apache.torque.manager.MethodCacheKey.Factory
| Constructor Summary | |
MethodCacheKey.Factory()
|
|
| Method Summary | |
java.lang.Object |
makeObject()
Creates an instance that can be returned by the pool. |
void |
passivateObject(java.lang.Object obj)
Uninitialize an instance to be returned to the pool. |
| Methods inherited from class org.apache.commons.pool.BasePoolableObjectFactory |
activateObject, destroyObject, validateObject |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MethodCacheKey.Factory()
| Method Detail |
public java.lang.Object makeObject()
throws java.lang.Exception
java.lang.Exception
public void passivateObject(java.lang.Object obj)
throws java.lang.Exception
obj - the instance to be passivated
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||