org.apache.cocoon.components.flow
Interface ContinuationsDisposer

All Known Implementing Classes:
ApplesProcessor

public interface ContinuationsDisposer

ContinuationsDisposer declares the contract for the clean-up of specfic continuations.

Typically a Interpreter implementation that produces continuation objects which require proper clean up will implement this interface to get a call-back in the event of the ContinuationsManager deciding to invalidate a WebContinuation.


Method Summary
 void disposeContinuation(WebContinuation webContinuation)
          Disposes the passed continuation object.
 

Method Detail

disposeContinuation

void disposeContinuation(WebContinuation webContinuation)
Disposes the passed continuation object.

This method is called from the ContinuationsManager in the event of the invalidation of a continuation upon the ContinuationsDisposer object passed during the creation of the WebContinuation.

Parameters:
webContinuation - the WebContinuation value representing the continuation object.


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