|
||||||||||
| 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(SRServices services,
IPipe... pipes)
A new pipeline. |
IPipeline |
newPipeline(SRServices services,
Object source)
A new pipeline from source object. |
| Method Detail |
|---|
IPipeline newPipeline(SRServices services,
Object source)
throws PipelineException
services - Mapping of resources.source - The pipeline source.
PipelineException - A pipeline.
IPipeline newPipeline(SRServices services,
IPipe... pipes)
throws PipelineException
services - Mapping of resources.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 | |||||||||