コンストラクターと説明 |
---|
AbstractBatchlet() |
修飾子と型 | メソッドと説明 |
---|---|
abstract StringSE | process() このメソッドでバッチレットのプロセスロジックを実装します。 |
void | stop() バッチレットが JobOperator.stop() 操作にレスポンスして終了する場合は、このメソッドをオーバーライドします。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
public abstract StringSE process() throws ExceptionSE
Batchlet
の process
ExceptionSE
- (またはサブクラス)エラーが発生した場合。public void stop() throws ExceptionSE
Batchlet
の stop
ExceptionSE
- (またはサブクラス)エラーが発生した場合。Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.