org.scopemvc.controller.servlet
Class ScopeServlet.SharedControllerFactory

java.lang.Object
  |
  +--org.scopemvc.controller.servlet.ScopeServlet.SharedControllerFactory
All Implemented Interfaces:
PoolableObjectFactory
Enclosing class:
ScopeServlet

protected class ScopeServlet.SharedControllerFactory
extends java.lang.Object
implements PoolableObjectFactory

Author:
smefroi

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

ScopeServlet.SharedControllerFactory

protected ScopeServlet.SharedControllerFactory()
Method Detail

createObject

public java.lang.Object createObject()
Description copied from interface: PoolableObjectFactory
Creates and returns a poolable object.

Specified by:
createObject in interface PoolableObjectFactory
Returns:
TODO: Describe the Return Value

destroyObject

public void destroyObject(java.lang.Object object)
Description copied from interface: PoolableObjectFactory
Peforms whatever processing is required prior to destruction of a pooled object.

Specified by:
destroyObject in interface PoolableObjectFactory
Parameters:
object - TODO: Describe the Parameter

activateObject

public void activateObject(java.lang.Object object)
Description copied from interface: PoolableObjectFactory
Peforms whatever processing is required prior to activating a pooled object.

Specified by:
activateObject in interface PoolableObjectFactory
Parameters:
object - TODO: Describe the Parameter

passivateObject

public void passivateObject(java.lang.Object object)
Description copied from interface: PoolableObjectFactory
Peforms whatever processing is required prior to passivating a pooled object.

Specified by:
passivateObject in interface PoolableObjectFactory
Parameters:
object - TODO: Describe the Parameter


Copyright © 2000-2002 The Scope Team. All Rights Reserved.