|
||||||||||
| 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. |
String |
getExecutionContextKey(String key)
|
void |
open(ExecutionContext executionContext)
No-op. |
protected void |
setExecutionContextName(String name)
|
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()
close in interface ItemStreamItemStream.close()public void open(ExecutionContext executionContext)
open in interface ItemStreamItemStream.open(ExecutionContext)public void update(ExecutionContext executionContext)
ExecutionContext.
update in interface ItemStreamexecutionContext - to be updatedItemStream.update(ExecutionContext)protected void setExecutionContextName(String name)
public String getExecutionContextKey(String key)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||