|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProvider
Provider supplies data for downstream processing. The data is heterogonous by nature: it can be a sequence of bytes from the file, set of messages, sequence of database records etc.
The data can be accessed via IRuntimeContextIterator.
An instance of IRuntimeContextIterator for the provider
can be obtained with createIterator(IRuntimeContext) method.
IRuntimeContextIterator,
IRuntimeContext| Method Summary | |
|---|---|
IRuntimeContextIterator |
createIterator(IRuntimeContext parentContext)
Returns an iterator over the elements of this provider in proper sequence. |
| Method Detail |
|---|
IRuntimeContextIterator createIterator(IRuntimeContext parentContext)
throws BareflowException
parentContext - runtime context this provider opereates in.
BareflowException - if an iterator cannot be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||