public abstract class ItemStreamSupport extends Object implements ItemStream
ItemStream.| Constructor and Description |
|---|
ItemStreamSupport() |
| Modifier and Type | Method and Description |
|---|---|
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. |
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)
Copyright © 2013 SpringSource. All Rights Reserved.