Uses of Class
org.apache.cocoon.components.flow.WebContinuation

Packages that use WebContinuation
org.apache.cocoon.components.flow   
org.apache.cocoon.components.flow.apples   
org.apache.cocoon.components.flow.javascript.fom   
 

Uses of WebContinuation in org.apache.cocoon.components.flow
 

Subclasses of WebContinuation in org.apache.cocoon.components.flow
protected  class ContinuationsManagerImpl.HolderAwareWebContinuation
          WebContinuation extension that holds also the information about the holder.
 

Fields in org.apache.cocoon.components.flow declared as WebContinuation
protected  WebContinuation WebContinuation.parentContinuation
          The parent WebContinuation from which processing last started.
 

Methods in org.apache.cocoon.components.flow that return WebContinuation
 WebContinuation ContinuationsManager.createWebContinuation(Object kont, WebContinuation parentKont, int timeToLive, String interpreterId, ContinuationsDisposer disposer)
          Create a WebContinuation object given a native continuation object and its parent.
 WebContinuation ContinuationsManager.lookupWebContinuation(String id, String interpreterId)
          Given a WebContinuation id, retrieve the associated WebContinuation object.
static WebContinuation FlowHelper.getWebContinuation(Map objectModel)
          Get the web continuation associated with the current request
 WebContinuation ContinuationsManagerImpl.WebContinuationsHolder.get(Object id)
           
 WebContinuation WebContinuation.getContinuation(int level)
          Return the ancestor continuation situated levels above the current continuation.
 WebContinuation WebContinuation.getParentContinuation()
          Return the parent WebContinuation.
 WebContinuation ContinuationsManagerImpl.createWebContinuation(Object kont, WebContinuation parent, int timeToLive, String interpreterId, ContinuationsDisposer disposer)
           
 WebContinuation ContinuationsManagerImpl.lookupWebContinuation(String id, String interpreterId)
           
protected  WebContinuation ContinuationsManagerImpl.generateContinuation(Object kont, WebContinuation parent, int ttl, String interpreterId, ContinuationsDisposer disposer)
          Create WebContinuation and generate unique identifier for it.
 

Methods in org.apache.cocoon.components.flow with parameters of type WebContinuation
 WebContinuation ContinuationsManager.createWebContinuation(Object kont, WebContinuation parentKont, int timeToLive, String interpreterId, ContinuationsDisposer disposer)
          Create a WebContinuation object given a native continuation object and its parent.
 void ContinuationsManager.invalidateWebContinuation(WebContinuation k)
          Invalidates a WebContinuation.
 void Interpreter.forwardTo(String uri, Object bizData, WebContinuation continuation, Redirector redirector)
          Forward the request to a Cocoon pipeline.
static void FlowHelper.setWebContinuation(Map objectModel, WebContinuation kont)
          Set the web continuation associated with the current request
 void AbstractInterpreter.forwardTo(String uri, Object bizData, WebContinuation continuation, Redirector redirector)
           
 void ContinuationsManagerImpl.WebContinuationsHolder.addContinuation(WebContinuation wk)
           
 void ContinuationsManagerImpl.WebContinuationsHolder.removeContinuation(WebContinuation wk)
           
 boolean ContinuationsManagerImpl.WebContinuationsHolder.contains(WebContinuation wk)
           
 void ContinuationsDisposer.disposeContinuation(WebContinuation webContinuation)
          Disposes the passed continuation object.
 WebContinuation ContinuationsManagerImpl.createWebContinuation(Object kont, WebContinuation parent, int timeToLive, String interpreterId, ContinuationsDisposer disposer)
           
protected  void ContinuationsManagerImpl.handleLeafContinuationExpiration(WebContinuation wk)
          When a new continuation is created in @link #createWebContinuation(Object, WebContinuation, int, String, ContinuationsDisposer), it is registered in the expiration set in order to be evaluated by the invalidation mechanism.
protected  void ContinuationsManagerImpl.handleParentContinuationExpiration(WebContinuation parent)
          When a new continuation is created in @link #createWebContinuation(Object, WebContinuation, int, String, ContinuationsDisposer), its parent continuation is removed from the expiration set.
protected  WebContinuation ContinuationsManagerImpl.generateContinuation(Object kont, WebContinuation parent, int ttl, String interpreterId, ContinuationsDisposer disposer)
          Create WebContinuation and generate unique identifier for it.
 void ContinuationsManagerImpl.invalidateWebContinuation(WebContinuation wk)
           
protected  void ContinuationsManagerImpl._detach(WebContinuation wk)
          Detach this continuation from parent.
protected  void ContinuationsManagerImpl.disposeContinuation(ContinuationsManagerImpl.WebContinuationsHolder continuationsHolder, WebContinuation wk)
          Makes the continuation inaccessible for lookup, and triggers possible needed cleanup code through the ContinuationsDisposer interface.
protected  void ContinuationsManagerImpl.removeContinuation(ContinuationsManagerImpl.WebContinuationsHolder continuationsHolder, WebContinuation wk)
          Removes an expired leaf WebContinuation node from its continuation tree, and recursively removes its parent(s) if it they have expired and have no (other) children.
 

Constructors in org.apache.cocoon.components.flow with parameters of type WebContinuation
ContinuationsManagerImpl.HolderAwareWebContinuation(String id, Object continuation, WebContinuation parentContinuation, int timeToLive, String interpreterId, ContinuationsDisposer disposer, ContinuationsManagerImpl.WebContinuationsHolder continuationsHolder)
           
WebContinuationDataBean(WebContinuation wc)
           
 

Uses of WebContinuation in org.apache.cocoon.components.flow.apples
 

Methods in org.apache.cocoon.components.flow.apples with parameters of type WebContinuation
 void ApplesProcessor.disposeContinuation(WebContinuation webContinuation)
           
 

Uses of WebContinuation in org.apache.cocoon.components.flow.javascript.fom
 

Methods in org.apache.cocoon.components.flow.javascript.fom that return WebContinuation
 WebContinuation FOM_WebContinuation.getWebContinuation()
           
 

Constructors in org.apache.cocoon.components.flow.javascript.fom with parameters of type WebContinuation
FOM_WebContinuation(WebContinuation wk)
           
 



Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.