|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.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 ItemStream
ItemStreamException
ItemStream.close()
public void open(ExecutionContext executionContext) throws ItemStreamException
open
in interface ItemStream
ItemStreamException
ItemStream.open(ExecutionContext)
public void update(ExecutionContext executionContext)
ExecutionContext
.
update
in interface ItemStream
executionContext
- to be updatedItemStream.update(ExecutionContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |