ovidiu 02/03/24 23:31:11 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow Interpreter.java Log: Added handleContinuation(). Revision Changes Path 1.8 +13 -0 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java Index: Interpreter.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/Interpreter.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- Interpreter.java 24 Mar 2002 07:35:43 -0000 1.7 +++ Interpreter.java 25 Mar 2002 07:31:11 -0000 1.8 @@ -163,6 +163,19 @@ throws Exception; /** + * Continues a previously started processing. The continuation + * object where the processing should start from is indicated by the + * <code>continuationId</code> string. + * + * @param continuationId a <code>String</code> value + * @param environment an <code>Environment</code> value + * @param ctx an <code>InvokeContext</code> value + */ + void handleContinuation(String continuationId, + Environment environment, InvokeContext ctx) + throws Exception; + + /** * Passes the resources tree from the sitemap. This contains all the * named pipelines defined in a sitemap. *
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]