Uses of Interface
org.apache.cocoon.components.flow.ContinuationsDisposer

Packages that use ContinuationsDisposer
org.apache.cocoon.components.flow   
org.apache.cocoon.components.flow.apples   
 

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

Fields in org.apache.cocoon.components.flow declared as ContinuationsDisposer
protected  ContinuationsDisposer WebContinuation.disposer
          Holds the ContinuationsDisposer to call when this continuation gets invalidated.
 

Methods in org.apache.cocoon.components.flow with parameters of type ContinuationsDisposer
 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 ContinuationsManagerImpl.createWebContinuation(Object kont, WebContinuation parent, int timeToLive, String interpreterId, ContinuationsDisposer disposer)
           
protected  WebContinuation ContinuationsManagerImpl.generateContinuation(Object kont, WebContinuation parent, int ttl, String interpreterId, ContinuationsDisposer disposer)
          Create WebContinuation and generate unique identifier for it.
 

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

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

Classes in org.apache.cocoon.components.flow.apples that implement ContinuationsDisposer
 class ApplesProcessor
          ApplesProcessor is the core Cocoon component that provides the 'Apples' flow implementation.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.