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 |
setName(String name)
The name of the component which will be used as a stem for keys in the
ExecutionContext. |
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)public void setName(String name)
ExecutionContext. Subclasses should provide a default value, e.g.
the short form of the class name.name - the name for the componentprotected void setExecutionContextName(String name)
Copyright © 2014 Pivotal. All rights reserved.