|
||||||||||
| 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
public static class 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
makeObject in interface org.apache.commons.pool.PoolableObjectFactorymakeObject in class org.apache.commons.pool.BasePoolableObjectFactoryjava.lang.Exception
public void passivateObject(java.lang.Object obj)
throws java.lang.Exception
passivateObject in interface org.apache.commons.pool.PoolableObjectFactorypassivateObject in class org.apache.commons.pool.BasePoolableObjectFactoryobj - the instance to be passivated
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||