|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjconch.pipeline.impl.SingleThreadThreadingModel
public class SingleThreadThreadingModel
Runs a single different thread to process the threading.
| Constructor Summary | |
|---|---|
SingleThreadThreadingModel()
|
|
| Method Summary | |
|---|---|
void |
execute(PipeStage toRun)
Spawns a thread, and it keeps executing everything. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SingleThreadThreadingModel()
| Method Detail |
|---|
public void execute(PipeStage toRun)
execute in interface ThreadingModeltoRun - The stage to run.
org.apache.commons.lang.NullArgumentException - If the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||