|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rhi.architecture.parc.AbstractPipeline
com.rhi.architecture.parc.ParallelMTPipeline
Processing pipeline component. Responsible for running the filters and pushing the results into the output adapter.
Constructor Summary | |
ParallelMTPipeline()
Default Constructor. |
Method Summary | |
void |
flush()
Cleanup in-process work and shutdown queues. |
void |
init(Channel ch)
initialize the pipeline. |
void |
process()
Run the filter set. |
Methods inherited from class com.rhi.architecture.parc.AbstractPipeline |
addFilter, addFilter, getErrorChannel, getExceptionHandler, getFilters, getInputChannel, getOutputChannel, log, setExceptionHandler, stopFilters |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ParallelMTPipeline()
Method Detail |
public void init(Channel ch) throws InitializationException
init
in interface Pipeline
init
in class AbstractPipeline
ch
-
InitializationException
Pipeline.init(com.rhi.architecture.parc.Channel)
public void process() throws ProcessingException
ProcessingException
public void flush()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |