|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPipe
Stand for a stage (pipe) in a pipeline process.
| Method Summary | |
|---|---|
boolean |
check(IChannel channel)
Check if a pipe must perform something on channel. |
IChannel |
process(IChannel channel)
Perform some transformation over the channel. |
| Method Detail |
|---|
boolean check(IChannel channel)
throws AbortException
channel - The information channel.
AbortException - If the channel is corrupted.
IChannel process(IChannel channel)
throws AbortException,
PipelineException
channel - The channel.
AbortException - On processing errors.
PipelineException - On processing errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||