leosimons    2003/02/07 08:08:56

  Modified:    site/src/xdocs index.xml
               thread/src/java/org/apache/avalon/excalibur/thread
                        ThreadControl.java ThreadPool.java
               thread/src/java/org/apache/avalon/excalibur/thread/impl
                        BasicThreadPool.java DefaultThreadPool.java
                        ExecutableExecuteable.java
                        ResourceLimitingThreadPool.java
                        SimpleWorkerThread.java
               thread/src/java/org/apache/excalibur/thread Executable.java
                        ThreadControl.java ThreadPool.java
               thread/src/java/org/apache/excalibur/thread/impl
                        AbstractThreadPool.java
  Log:
  s/avalon-dev@jakarta.apache.org/dev@avalon.apache.org/
  
  Revision  Changes    Path
  1.8       +2 -2      avalon-excalibur/site/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/avalon-excalibur/site/src/xdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml 6 Feb 2003 13:38:34 -0000       1.7
  +++ index.xml 7 Feb 2003 16:08:55 -0000       1.8
  @@ -4,7 +4,7 @@
     <header>
       <title>Excalibur - Overview</title>
       <authors>
  -      <person name="Avalon Documentation Team" 
email="avalon-dev@jakarta.apache.org"/>
  +      <person name="Avalon Documentation Team" 
email="dev@avalon.apache.org"/>
       </authors>
     </header>
     <body>
  
  
  
  1.8       +1 -1      
avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/ThreadControl.java
  
  Index: ThreadControl.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/ThreadControl.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ThreadControl.java        20 Jan 2003 21:18:22 -0000      1.7
  +++ ThreadControl.java        7 Feb 2003 16:08:55 -0000       1.8
  @@ -53,7 +53,7 @@
   /**
    * This interface defines the method through which Threads can be controlled.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    * @deprecated Replaced with org.apache.excalibur.thread.ThreadControl
    */
  
  
  
  1.6       +1 -1      
avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/ThreadPool.java
  
  Index: ThreadPool.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/ThreadPool.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ThreadPool.java   20 Jan 2003 21:18:22 -0000      1.5
  +++ ThreadPool.java   7 Feb 2003 16:08:55 -0000       1.6
  @@ -56,7 +56,7 @@
   /**
    * This class is the public frontend for the thread pool code.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    * @deprecated Replaced with org.apache.excalibur.thread.ThreadPool
    */
  
  
  
  1.7       +1 -1      
avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java
  
  Index: BasicThreadPool.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/BasicThreadPool.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- BasicThreadPool.java      20 Jan 2003 21:18:22 -0000      1.6
  +++ BasicThreadPool.java      7 Feb 2003 16:08:55 -0000       1.7
  @@ -66,7 +66,7 @@
   /**
    * The ThreadPool that binds to Legacy Pooling implementation.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    * @deprecated Only used by deprecated components. Will remove in the future
    */
  
  
  
  1.15      +1 -1      
avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java
  
  Index: DefaultThreadPool.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/DefaultThreadPool.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- DefaultThreadPool.java    20 Jan 2003 21:18:22 -0000      1.14
  +++ DefaultThreadPool.java    7 Feb 2003 16:08:55 -0000       1.15
  @@ -66,7 +66,7 @@
   /**
    * This class is the public frontend for the thread pool code.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    */
   public class DefaultThreadPool
  
  
  
  1.6       +1 -1      
avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java
  
  Index: ExecutableExecuteable.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/ExecutableExecuteable.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- ExecutableExecuteable.java        20 Jan 2003 21:18:23 -0000      1.5
  +++ ExecutableExecuteable.java        7 Feb 2003 16:08:55 -0000       1.6
  @@ -56,7 +56,7 @@
    * Class to adapt a [EMAIL PROTECTED] 
org.apache.avalon.framework.activity.Executable} object in
    * an [EMAIL PROTECTED] Executable} object.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    * @deprecated Only Used by deprecated code and will be removed in future
    */
  
  
  
  1.12      +2 -2      
avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java
  
  Index: ResourceLimitingThreadPool.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/ResourceLimitingThreadPool.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- ResourceLimitingThreadPool.java   20 Jan 2003 21:18:23 -0000      1.11
  +++ ResourceLimitingThreadPool.java   7 Feb 2003 16:08:55 -0000       1.12
  @@ -69,7 +69,7 @@
    *  resources.  The pool can be configured to block for a new thread or 
throw an exception.
    *  The maximum block time can also be set.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    * @version CVS $Revision$ $Date$
    * @since 4.1
  
  
  
  1.5       +1 -1      
avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.java
  
  Index: SimpleWorkerThread.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/avalon/excalibur/thread/impl/SimpleWorkerThread.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleWorkerThread.java   20 Jan 2003 21:18:23 -0000      1.4
  +++ SimpleWorkerThread.java   7 Feb 2003 16:08:55 -0000       1.5
  @@ -60,7 +60,7 @@
   /**
    * This class extends the Thread class to add recyclable functionalities.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    * @deprecated Only Used by deprecated code and will be removed in future
    */
  
  
  
  1.4       +1 -1      
avalon-excalibur/thread/src/java/org/apache/excalibur/thread/Executable.java
  
  Index: Executable.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/excalibur/thread/Executable.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Executable.java   20 Jan 2003 21:18:23 -0000      1.3
  +++ Executable.java   7 Feb 2003 16:08:55 -0000       1.4
  @@ -58,7 +58,7 @@
    * <p>The work done may be short lived (ie a simple task) or it could
    * be a long running.</p>
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    */
   public interface Executable
  
  
  
  1.5       +1 -1      
avalon-excalibur/thread/src/java/org/apache/excalibur/thread/ThreadControl.java
  
  Index: ThreadControl.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/excalibur/thread/ThreadControl.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ThreadControl.java        20 Jan 2003 21:18:23 -0000      1.4
  +++ ThreadControl.java        7 Feb 2003 16:08:55 -0000       1.5
  @@ -53,7 +53,7 @@
   /**
    * This interface defines the method through which Threads can be controller.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    */
   public interface ThreadControl
  
  
  
  1.4       +1 -1      
avalon-excalibur/thread/src/java/org/apache/excalibur/thread/ThreadPool.java
  
  Index: ThreadPool.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/excalibur/thread/ThreadPool.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ThreadPool.java   20 Jan 2003 21:18:23 -0000      1.3
  +++ ThreadPool.java   7 Feb 2003 16:08:55 -0000       1.4
  @@ -53,7 +53,7 @@
   /**
    * This class is the public frontend for the thread pool code.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    */
   public interface ThreadPool
  
  
  
  1.5       +1 -1      
avalon-excalibur/thread/src/java/org/apache/excalibur/thread/impl/AbstractThreadPool.java
  
  Index: AbstractThreadPool.java
  ===================================================================
  RCS file: 
/home/cvs/avalon-excalibur/thread/src/java/org/apache/excalibur/thread/impl/AbstractThreadPool.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- AbstractThreadPool.java   20 Jan 2003 21:18:23 -0000      1.4
  +++ AbstractThreadPool.java   7 Feb 2003 16:08:56 -0000       1.5
  @@ -59,7 +59,7 @@
    * Sub-classes should implement the abstract methods to
    * retrieve and return Threads to the pool.
    *
  - * @author <a href="mailto:avalon-dev@jakarta.apache.org";>Avalon Development 
Team</a>
  + * @author <a href="mailto:dev@avalon.apache.org";>Avalon Development Team</a>
    * @author <a href="mailto:peter at apache.org">Peter Donald</a>
    */
   public abstract class AbstractThreadPool
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to