|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IPipelineFactory
Stand for a channel factory.
| Method Summary | |
|---|---|
IPipeline |
newPipeline(IPipe... pipes)
A new pipeline. |
IPipeline |
newPipeline(Object source)
A new pipeline from source object. |
| Method Detail |
|---|
IPipeline newPipeline(Object source)
throws PipelineException
source - The pipeline source.
PipelineException - A pipeline.
IPipeline newPipeline(IPipe... pipes)
throws PipelineException
pipes - A, possibly, empty list of pipes.
PipelineException - On creation errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||