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