|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Strategy Interface for use w/ Pipeline processes. Execution is performed by the strategy so that an arbitrary processing strategy can be used w/o changing the application.
Method Summary | |
void |
run()
The run method provides the strategy implementation It should run the pipeline using whatever strategy it provides. |
void |
setInputAdapter(InputAdapter ia)
Sets the proper input adapter class for the strategy to use in executing the pipeline process. |
void |
setOutputAdapter(OutputAdapter oa)
Sets the proper output adapter class for the strategy to use in executing the pipeline process. |
void |
setPipeline(Pipeline p)
Provides the correct pipeline to the concrete strategy. |
Method Detail |
public void run() throws ProcessingException
ProcessingException
public void setInputAdapter(InputAdapter ia)
ia
- public void setOutputAdapter(OutputAdapter oa)
oa
- public void setPipeline(Pipeline p)
p
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |