|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.scopemvc.controller.servlet.ScopeServlet.SharedControllerFactory
Constructor Summary | |
protected |
ScopeServlet.SharedControllerFactory()
|
Method Summary | |
void |
activateObject(java.lang.Object object)
Peforms whatever processing is required prior to activating a pooled object. |
java.lang.Object |
createObject()
Creates and returns a poolable object. |
void |
destroyObject(java.lang.Object object)
Peforms whatever processing is required prior to destruction of a pooled object. |
void |
passivateObject(java.lang.Object object)
Peforms whatever processing is required prior to passivating a pooled object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected ScopeServlet.SharedControllerFactory()
Method Detail |
public java.lang.Object createObject()
PoolableObjectFactory
createObject
in interface PoolableObjectFactory
public void destroyObject(java.lang.Object object)
PoolableObjectFactory
destroyObject
in interface PoolableObjectFactory
object
- TODO: Describe the Parameterpublic void activateObject(java.lang.Object object)
PoolableObjectFactory
activateObject
in interface PoolableObjectFactory
object
- TODO: Describe the Parameterpublic void passivateObject(java.lang.Object object)
PoolableObjectFactory
passivateObject
in interface PoolableObjectFactory
object
- TODO: Describe the Parameter
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |