|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ItemStreamException | |
|---|---|
| org.springframework.batch.item | Infrastructure interfaces and primary dependencies for item concerns. |
| org.springframework.batch.item.file | Infrastructure implementations of io file concerns. |
| org.springframework.batch.item.support | Internal support package |
| Uses of ItemStreamException in org.springframework.batch.item |
|---|
| Methods in org.springframework.batch.item that throw ItemStreamException | |
|---|---|
void |
ItemStreamSupport.close(ExecutionContext executionContext)
No-op. |
void |
ItemStream.close(ExecutionContext executionContext)
If any resources are needed for the stream to operate they need to be destroyed here. |
void |
ItemStreamSupport.open(ExecutionContext executionContext)
No-op. |
void |
ItemStream.open(ExecutionContext executionContext)
Open the stream for the provided ExecutionContext. |
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.file |
|---|
| Methods in org.springframework.batch.item.file that throw ItemStreamException | |
|---|---|
void |
FlatFileItemReader.close(ExecutionContext executionContext)
Close and null out the reader. |
void |
FlatFileItemReader.open(ExecutionContext executionContext)
Initialize the reader if necessary. |
| Uses of ItemStreamException in org.springframework.batch.item.support |
|---|
| Methods in org.springframework.batch.item.support that throw ItemStreamException | |
|---|---|
void |
CompositeItemStream.close(ExecutionContext executionContext)
Broadcast the call to close. |
void |
CompositeItemStream.open(ExecutionContext executionContext)
Broadcast the call to open. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||