T - The type of elementpublic class SynchronizedItemReader<T> extends Object implements org.springframework.batch.item.ItemReader<T>, org.springframework.batch.item.ItemStream
| Constructor and Description |
|---|
SynchronizedItemReader() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
org.springframework.batch.item.ItemReader<T> |
getDelegate() |
void |
open(org.springframework.batch.item.ExecutionContext executionContext) |
T |
read() |
void |
setDelegate(org.springframework.batch.item.ItemReader<T> delegate) |
void |
update(org.springframework.batch.item.ExecutionContext executionContext) |
public T read() throws Exception, org.springframework.batch.item.UnexpectedInputException, org.springframework.batch.item.ParseException, org.springframework.batch.item.NonTransientResourceException
public void open(org.springframework.batch.item.ExecutionContext executionContext)
throws org.springframework.batch.item.ItemStreamException
open in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamExceptionpublic void update(org.springframework.batch.item.ExecutionContext executionContext)
throws org.springframework.batch.item.ItemStreamException
update in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamExceptionpublic void close()
throws org.springframework.batch.item.ItemStreamException
close in interface org.springframework.batch.item.ItemStreamorg.springframework.batch.item.ItemStreamExceptionpublic org.springframework.batch.item.ItemReader<T> getDelegate()
public void setDelegate(org.springframework.batch.item.ItemReader<T> delegate)
Copyright © 2016. All rights reserved.