Author: nuttycom
Date: Tue Oct 10 14:25:34 2006
New Revision: 462577
URL: http://svn.apache.org/viewvc?view=rev&rev=462577
Log:
Minor documentation fix.
Modified:
jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriver.java
Modified:
jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriver.java
URL:
http://svn.apache.org/viewvc/jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriver.java?view=diff&rev=462577&r1=462576&r2=462577
==============================================================================
---
jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriver.java
(original)
+++
jakarta/commons/sandbox/pipeline/trunk/src/main/java/org/apache/commons/pipeline/driver/ThreadPoolStageDriver.java
Tue Oct 10 14:25:34 2006
@@ -34,8 +34,8 @@
import static org.apache.commons.pipeline.driver.FaultTolerance.*;
/**
- * This is a very simple implementation of a AbstractStageDriver which spawns
- * a single thread to process a stage.
+ * This [EMAIL PROTECTED] StageDriver} implementation uses a pool of threads
+ * to process objects from an input queue.
*/
public class ThreadPoolStageDriver extends AbstractStageDriver {
private final Log log = LogFactory.getLog(ThreadPoolStageDriver.class);
@@ -79,8 +79,8 @@
};
/**
- * Creates a new ThreadPoolStageDriver with the specified thread wait
- * timeout and fault tolerance values.
+ * Creates a new ThreadPoolStageDriver.
+ *
* @param stage The stage that the driver will run
* @param context the context in which to run the stage
* @param queue The object queue to use for storing objects prior to
processing. The
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]