|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExecutionContext | |
---|---|
org.springframework.batch.item | Infrastructure interfaces and primary dependencies for item concerns. |
org.springframework.batch.item.database | Infrastructure implementations of database based item readers and writers. |
org.springframework.batch.item.database.support | |
org.springframework.batch.item.file | Infrastructure implementations of io file concerns. |
org.springframework.batch.item.support | Internal support package |
org.springframework.batch.item.xml | Infrastructure implementations of xml input and output. |
Uses of ExecutionContext in org.springframework.batch.item |
---|
Methods in org.springframework.batch.item with parameters of type ExecutionContext | |
---|---|
void |
ItemStream.close(ExecutionContext executionContext)
If any resources are needed for the stream to operate they need to be destroyed here. |
void |
ItemStreamSupport.close(ExecutionContext executionContext)
No-op. |
void |
ItemStream.open(ExecutionContext executionContext)
Open the stream for the provided ExecutionContext . |
void |
ItemStreamSupport.open(ExecutionContext executionContext)
No-op. |
void |
ItemStream.update(ExecutionContext executionContext)
Indicates that the execution context provided during open is about to be saved. |
void |
ItemStreamSupport.update(ExecutionContext executionContext)
Return empty ExecutionContext . |
Constructors in org.springframework.batch.item with parameters of type ExecutionContext | |
---|---|
ExecutionContext(ExecutionContext executionContext)
|
Uses of ExecutionContext in org.springframework.batch.item.database |
---|
Methods in org.springframework.batch.item.database with parameters of type ExecutionContext | |
---|---|
void |
DrivingQueryItemReader.close(ExecutionContext executionContext)
Close the resource by setting the list of keys to null, allowing them to be garbage collected. |
void |
DrivingQueryItemReader.open(ExecutionContext executionContext)
Initialize the item reader by delegating to the subclass in order to retrieve the keys. |
List |
KeyCollector.retrieveKeys(ExecutionContext executionContext)
Retrieve the keys to be iterated over. |
void |
DrivingQueryItemReader.update(ExecutionContext executionContext)
|
void |
KeyCollector.updateContext(Object key,
ExecutionContext executionContext)
Given the provided key, store it in the provided ExecutionContext. |
Uses of ExecutionContext in org.springframework.batch.item.database.support |
---|
Methods in org.springframework.batch.item.database.support with parameters of type ExecutionContext | |
---|---|
List |
MultipleColumnJdbcKeyCollector.retrieveKeys(ExecutionContext executionContext)
|
List |
IbatisKeyCollector.retrieveKeys(ExecutionContext executionContext)
|
List |
SingleColumnJdbcKeyCollector.retrieveKeys(ExecutionContext executionContext)
|
void |
MultipleColumnJdbcKeyCollector.updateContext(Object key,
ExecutionContext executionContext)
|
void |
IbatisKeyCollector.updateContext(Object key,
ExecutionContext executionContext)
|
void |
SingleColumnJdbcKeyCollector.updateContext(Object key,
ExecutionContext executionContext)
Get the restart data representing the last processed key. |
Uses of ExecutionContext in org.springframework.batch.item.file |
---|
Methods in org.springframework.batch.item.file with parameters of type ExecutionContext | |
---|---|
void |
MultiResourceItemReader.close(ExecutionContext executionContext)
Close the MultiResourceItemReader.setDelegate(ResourceAwareItemReaderItemStream) reader
and reset instance variable values. |
void |
FlatFileItemWriter.close(ExecutionContext executionContext)
|
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 |
FlatFileItemWriter.open(ExecutionContext executionContext)
Initialize the reader. |
void |
MultiResourceItemReader.update(ExecutionContext executionContext)
Store the current resource index and position in the resource. |
void |
FlatFileItemWriter.update(ExecutionContext executionContext)
|
Uses of ExecutionContext in org.springframework.batch.item.support |
---|
Methods in org.springframework.batch.item.support with parameters of type ExecutionContext | |
---|---|
void |
CompositeItemStream.close(ExecutionContext executionContext)
Broadcast the call to close. |
void |
AbstractBufferedItemReaderItemStream.close(ExecutionContext executionContext)
|
void |
CompositeItemStream.open(ExecutionContext executionContext)
Broadcast the call to open. |
void |
AbstractBufferedItemReaderItemStream.open(ExecutionContext executionContext)
|
void |
CompositeItemStream.update(ExecutionContext executionContext)
Simple aggregate ExecutionContext provider for the contributions
registered under the given key. |
void |
AbstractBufferedItemReaderItemStream.update(ExecutionContext executionContext)
|
Uses of ExecutionContext in org.springframework.batch.item.xml |
---|
Methods in org.springframework.batch.item.xml with parameters of type ExecutionContext | |
---|---|
void |
StaxEventItemWriter.close(ExecutionContext executionContext)
Flush and close the output source. |
void |
StaxEventItemWriter.open(ExecutionContext executionContext)
Open the output source |
void |
StaxEventItemWriter.update(ExecutionContext executionContext)
Get the restart data. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |