You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2004/11/08 11:56:58 UTC

svn commit: rev 56916 - cocoon/trunk/src/java/org/apache/cocoon/components/flow

Author: giacomo
Date: Mon Nov  8 02:56:55 2004
New Revision: 56916

Modified:
   cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java
Log:
get rid of unused lifecycle

Modified: cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java
==============================================================================
--- cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java	(original)
+++ cocoon/trunk/src/java/org/apache/cocoon/components/flow/ContinuationsManagerImpl.java	Mon Nov  8 02:56:55 2004
@@ -26,7 +26,6 @@
 import java.util.SortedSet;
 import java.util.TreeSet;
 
-import org.apache.avalon.framework.activity.Disposable;
 import org.apache.avalon.framework.configuration.Configurable;
 import org.apache.avalon.framework.configuration.Configuration;
 import org.apache.avalon.framework.logger.AbstractLogEnabled;
@@ -47,7 +46,7 @@
  */
 public class ContinuationsManagerImpl
         extends AbstractLogEnabled
-        implements ContinuationsManager, Configurable, Disposable, ThreadSafe, Serviceable {
+        implements ContinuationsManager, Configurable, ThreadSafe, Serviceable {
 
     static final int CONTINUATION_ID_LENGTH = 20;
     static final String EXPIRE_CONTINUATIONS = "expire-continuations";
@@ -130,16 +129,6 @@
     throws ServiceException
     {
         this.serviceManager = manager;
-    }
-
-    /* (non-Javadoc)
-     * @see org.apache.avalon.framework.activity.Disposable#dispose()
-     */
-    public void dispose() {
-        // stop the thread
-        /*if ( this.interrupt != null ) {
-            this.interrupt.doRun = false;
-        }*/
     }
     
     public WebContinuation createWebContinuation(Object kont,