Uses of Class
org.springframework.batch.item.ItemStreamException
Package
Description
Specific implementations of step concerns for item-oriented approach.
Components for executing item processing asynchronously and writing the results when
processing is complete.
Components for remote chunking.
Infrastructure interfaces and primary dependencies for item concerns.
Infrastructure implementations of database based item readers and writers.
Infrastructure implementations of io file concerns.
Internal support package
-
Uses of ItemStreamException in org.springframework.batch.core.step.item
Modifier and TypeMethodDescriptionvoid
ChunkMonitor.close()
void
ChunkMonitor.open
(ExecutionContext executionContext) void
ChunkMonitor.update
(ExecutionContext executionContext) -
Uses of ItemStreamException in org.springframework.batch.integration.async
Modifier and TypeMethodDescriptionvoid
AsyncItemWriter.close()
void
AsyncItemWriter.open
(ExecutionContext executionContext) void
AsyncItemWriter.update
(ExecutionContext executionContext) -
Uses of ItemStreamException in org.springframework.batch.integration.chunk
Modifier and TypeMethodDescriptionvoid
ChunkMessageChannelItemWriter.close()
void
ChunkMessageChannelItemWriter.open
(ExecutionContext executionContext) void
ChunkMessageChannelItemWriter.update
(ExecutionContext executionContext) -
Uses of ItemStreamException in org.springframework.batch.item
Modifier and TypeMethodDescriptiondefault void
ItemStream.close()
If any resources are needed for the stream to operate they need to be destroyed here.default void
ItemStream.open
(ExecutionContext executionContext) Open the stream for the providedExecutionContext
.default void
ItemStream.update
(ExecutionContext executionContext) Indicates that the execution context provided during open is about to be saved. -
Uses of ItemStreamException in org.springframework.batch.item.database
Modifier and TypeMethodDescriptionvoid
HibernateCursorItemReader.update
(ExecutionContext executionContext) Deprecated, for removal: This API element is subject to removal in a future version.Update the context and clear the session if stateful.void
JdbcPagingItemReader.update
(ExecutionContext executionContext) void
JpaCursorItemReader.update
(ExecutionContext executionContext) -
Uses of ItemStreamException in org.springframework.batch.item.file
Modifier and TypeMethodDescriptionvoid
MultiResourceItemReader.close()
Close theMultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream)
reader and reset instance variable values.void
MultiResourceItemWriter.close()
void
MultiResourceItemReader.open
(ExecutionContext executionContext) Figure out which resource to start with in case of restart, open the delegate and restore delegate's position in the resource.void
MultiResourceItemWriter.open
(ExecutionContext executionContext) void
ResourcesItemReader.open
(ExecutionContext executionContext) void
MultiResourceItemReader.update
(ExecutionContext executionContext) Store the current resource index and position in the resource.void
MultiResourceItemWriter.update
(ExecutionContext executionContext) void
ResourcesItemReader.update
(ExecutionContext executionContext) -
Uses of ItemStreamException in org.springframework.batch.item.support
Modifier and TypeMethodDescriptionvoid
AbstractItemCountingItemStreamItemReader.close()
void
CompositeItemStream.close()
Broadcast the call to close.void
CompositeItemWriter.close()
void
SingleItemPeekableItemReader.close()
If the delegate is anItemStream
, just pass the call on, otherwise reset the peek cache.void
SynchronizedItemStreamWriter.close()
void
AbstractFileItemWriter.open
(ExecutionContext executionContext) Initialize the reader.void
AbstractItemCountingItemStreamItemReader.open
(ExecutionContext executionContext) void
CompositeItemStream.open
(ExecutionContext executionContext) Broadcast the call to open.void
CompositeItemWriter.open
(ExecutionContext executionContext) void
SingleItemPeekableItemReader.open
(ExecutionContext executionContext) If the delegate is anItemStream
, just pass the call on, otherwise reset the peek cache.void
SynchronizedItemStreamWriter.open
(ExecutionContext executionContext) void
AbstractItemCountingItemStreamItemReader.update
(ExecutionContext executionContext) void
CompositeItemWriter.update
(ExecutionContext executionContext) void
SingleItemPeekableItemReader.update
(ExecutionContext executionContext) If there is a cached peek, then retrieve the execution context state from that point.void
SynchronizedItemStreamWriter.update
(ExecutionContext executionContext)