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 ItemStream
ItemStreamException
ItemStream.close()
public void open(ExecutionContext executionContext) throws ItemStreamException
open
in interface ItemStream
ItemStreamException
ItemStream.open(ExecutionContext)
public void update(ExecutionContext executionContext)
ExecutionContext
.update
in interface ItemStream
executionContext
- to be updatedItemStream.update(ExecutionContext)
Copyright © 2013 SpringSource. All rights reserved.