|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.pool.BaseKeyedPoolableObjectFactory
org.apache.turbine.services.intake.model.Group.GroupFactory
Constructor Summary | |
Group.GroupFactory(AppData appData)
|
Method Summary | |
java.lang.Object |
makeObject(java.lang.Object key)
Creates an instance that can be returned by the pool. |
void |
passivateObject(java.lang.Object key,
java.lang.Object obj)
Uninitialize an instance to be returned to the pool. |
Methods inherited from class org.apache.commons.pool.BaseKeyedPoolableObjectFactory |
activateObject, destroyObject, validateObject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Group.GroupFactory(AppData appData)
Method Detail |
public java.lang.Object makeObject(java.lang.Object key) throws IntakeException
IntakeException
- indicates that the group could not be retreivedpublic void passivateObject(java.lang.Object key, java.lang.Object obj)
obj
- the instance to be passivated
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |