public abstract class ItemStreamSupport extends Object implements ItemStream
ItemStream.| Constructor and Description |
|---|
ItemStreamSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
No-op.
|
void |
open(ExecutionContext executionContext)
No-op.
|
void |
update(ExecutionContext executionContext)
Return empty
ExecutionContext. |
public void close()
throws ItemStreamException
close in interface ItemStreamItemStreamExceptionItemStream.close()public void open(ExecutionContext executionContext) throws ItemStreamException
open in interface ItemStreamItemStreamExceptionItemStream.open(ExecutionContext)public void update(ExecutionContext executionContext)
ExecutionContext.update in interface ItemStreamexecutionContext - to be updatedItemStream.update(ExecutionContext)Copyright © 2014 SpringSource. All rights reserved.