You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2003/12/14 00:30:08 UTC

svn commit: rev 1408 - incubator/directory/ldap/trunk/eve/frontend/common/api/src/java/org/apache/eve/seda

Author: akarasulu
Date: Sat Dec 13 15:30:07 2003
New Revision: 1408

Added:
   incubator/directory/ldap/trunk/eve/frontend/common/api/src/java/org/apache/eve/seda/ThreadPool.java
      - copied, changed from rev 1406, incubator/directory/ldap/trunk/eve/frontend/common/api/src/java/org/apache/eve/seda/StageThreadPool.java
Log:
Moved


Copied: incubator/directory/ldap/trunk/eve/frontend/common/api/src/java/org/apache/eve/seda/ThreadPool.java (from rev 1406, incubator/directory/ldap/trunk/eve/frontend/common/api/src/java/org/apache/eve/seda/StageThreadPool.java)
==============================================================================
--- incubator/directory/ldap/trunk/eve/frontend/common/api/src/java/org/apache/eve/seda/StageThreadPool.java	(original)
+++ incubator/directory/ldap/trunk/eve/frontend/common/api/src/java/org/apache/eve/seda/ThreadPool.java	Sat Dec 13 15:30:07 2003
@@ -23,7 +23,7 @@
     and wherever such third-party acknowledgments normally appear.
 
  4. The names "Eve Directory Server", "Apache Directory Project", "Apache Eve" 
-	and "Apache Software Foundation"  must not be used to endorse or promote
+    and "Apache Software Foundation"  must not be used to endorse or promote
     products derived  from this  software without  prior written
     permission. For written permission, please contact apache@apache.org.
 
@@ -51,13 +51,13 @@
 
 
 /**
- * A pool of threads to be used by a Stage.
+ * A pool of threads used by the server or its Stages.
  *
  * @author <a href="mailto:aok123@bellsouth.net">Alex Karasulu</a>
  * @author $Author$
  * @version $Revision$
  */
-public interface StageThreadPool
+public interface ThreadPool
 {
     /**
      * Allocates Thread from pool to execute a runnable and releases it on