|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Strategy Interface for use w/ Batch applications. Execution is performed by the strategy so that arbitrary execution processing strategy can be used w/o changing the application. Normal strategies might include infinite loop, or single run.
| Method Summary | |
void |
init(java.util.Properties p)
Init method will be called prior to run to allow the strategy to initialize itself & acquire any necessary resources. |
void |
run()
The run method provides the strategy implementation It should run the pipeline using whatever strategy it provides. |
| Method Detail |
public void init(java.util.Properties p)
throws InitializationException
p -
InitializationException
public void run()
throws ProcessingException
ProcessingException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||