|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PipeElement
An element in a pipeline.
| Method Summary | |
|---|---|
void |
start()
Signals to the element that it should now be fully ready to handle items. |
| Method Detail |
|---|
void start()
Signals to the element that it should now be fully ready to handle items. If there is any reason why the element cannot process items, it should throw an exception when this is called.
This method should be safe to be called multiple times, possibly from different threads.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||