|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.item.ItemStreamSupport
public abstract class ItemStreamSupport
Empty method implementation of ItemStream.
| Constructor Summary | |
|---|---|
ItemStreamSupport()
|
|
| Method Summary | |
|---|---|
void |
close()
No-op. |
void |
open(ExecutionContext executionContext)
No-op. |
void |
update(ExecutionContext executionContext)
Return empty ExecutionContext. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ItemStreamSupport()
| Method Detail |
|---|
public void close()
throws ItemStreamException
close in interface ItemStreamItemStreamExceptionItemStream.close()
public void open(ExecutionContext executionContext)
throws ItemStreamException
open in interface ItemStreamItemStreamExceptionItemStream.open(ExecutionContext)public void update(ExecutionContext executionContext)
ExecutionContext.
update in interface ItemStreamexecutionContext - to be updatedItemStream.update(ExecutionContext)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||