|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjconch.pipeline.impl.InlineThreadingModel
public class InlineThreadingModel
Executes the pipeline stage inline. Does not actually spawn a thread, but simply delegates the execution again.
| Constructor Summary | |
|---|---|
InlineThreadingModel()
|
|
| Method Summary | |
|---|---|
void |
execute(PipeStage toRun)
Simply calls PipeStage.execute(). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InlineThreadingModel()
| Method Detail |
|---|
public void execute(PipeStage toRun)
PipeStage.execute().
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 | |||||||||