public abstract class AbstractItemReader extends ObjectSE implements ItemReader
コンストラクターと説明 |
---|
AbstractItemReader() |
修飾子と型 | メソッドと説明 |
---|---|
SerializableSE | checkpointInfo() ItemReader がチェックポイントをサポートしている場合は、このメソッドをオーバーライドします。 |
void | close() ItemReader でクローズ時間処理が必要な場合は、このメソッドをオーバーライドしてください。 |
void | open(SerializableSE checkpoint) ItemReader でオープン時間処理が必要な場合は、このメソッドをオーバーライドしてください。 |
abstract ObjectSE | readItem() このメソッドで ItemReader の読み取りロジックを実装します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public void open(SerializableSE checkpoint) throws ExceptionSE
ItemReader
の open
checkpoint
- この ItemReader の最後のチェックポイント - null の場合があります。ExceptionSE
- (またはサブクラス)エラーが発生した場合。public void close() throws ExceptionSE
ItemReader
の close
ExceptionSE
- (またはサブクラス)エラーが発生した場合。public abstract ObjectSE readItem() throws ExceptionSE
ItemReader
の readItem
ExceptionSE
- (またはサブクラス)エラーが発生した場合。public SerializableSE checkpointInfo() throws ExceptionSE
ItemReader
の checkpointInfo
ExceptionSE
- (またはサブクラス)エラーが発生した場合。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.