Package org.springframework.batch.item
Class ItemStreamSupport
java.lang.Object
org.springframework.batch.item.ItemStreamSupport
- All Implemented Interfaces:
ItemStream
- Direct Known Subclasses:
AbstractItemStreamItemReader,AbstractItemStreamItemWriter,ChunkMonitor
@Deprecated(since="5.0",
forRemoval=true)
public abstract class ItemStreamSupport
extends Object
implements ItemStream
Deprecated, for removal: This API element is subject to removal in a future version.
Empty method implementation of
ItemStream.- Author:
- Dave Syer, Dean de Bree, Mahmoud Ben Hassine
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()Deprecated, for removal: This API element is subject to removal in a future version.No-op.Deprecated, for removal: This API element is subject to removal in a future version.voidopen(ExecutionContext executionContext) Deprecated, for removal: This API element is subject to removal in a future version.No-op.protected voidDeprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.The name of the component which will be used as a stem for keys in theExecutionContext.voidupdate(ExecutionContext executionContext) Deprecated, for removal: This API element is subject to removal in a future version.Return emptyExecutionContext.
-
Constructor Details
-
ItemStreamSupport
public ItemStreamSupport()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
close
public void close()Deprecated, for removal: This API element is subject to removal in a future version.No-op.- Specified by:
closein interfaceItemStream- See Also:
-
open
Deprecated, for removal: This API element is subject to removal in a future version.No-op.- Specified by:
openin interfaceItemStream- Parameters:
executionContext- current step'sExecutionContext. Will be the executionContext from the last run of the step on a restart.- See Also:
-
update
Deprecated, for removal: This API element is subject to removal in a future version.Return emptyExecutionContext.- Specified by:
updatein interfaceItemStream- Parameters:
executionContext- to be updated- See Also:
-
setName
Deprecated, for removal: This API element is subject to removal in a future version.The name of the component which will be used as a stem for keys in theExecutionContext. Subclasses should provide a default value, e.g. the short form of the class name.- Parameters:
name- the name for the component
-
setExecutionContextName
Deprecated, for removal: This API element is subject to removal in a future version. -
getExecutionContextKey
Deprecated, for removal: This API element is subject to removal in a future version.
-
ItemStreaminterface. Scheduled for removal in 5.2.