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 ItemStream
ItemStream.close()
public void open(ExecutionContext executionContext)
open
in interface ItemStream
ItemStream.open(ExecutionContext)
public void update(ExecutionContext executionContext)
ExecutionContext
.update
in interface ItemStream
executionContext
- to be updatedItemStream.update(ExecutionContext)
protected void setExecutionContextName(String name)
Copyright © 2013 SpringSource. All Rights Reserved.