クラス JobExecutionExitCodeGenerator
java.lang.ObjectSE
org.springframework.boot.autoconfigure.batch.JobExecutionExitCodeGenerator
- 実装されているすべてのインターフェース:
EventListenerSE、ExitCodeGenerator、ApplicationListener<JobExecutionEvent>
public class JobExecutionExitCodeGenerator
extends ObjectSE
implements ApplicationListener<JobExecutionEvent>, ExitCodeGenerator
- 導入:
- 1.0.0
- 作成者:
- Dave Syer
コンストラクターの概要
コンストラクターメソッドのサマリー
修飾子と型メソッド説明intアプリケーションから返される終了コードを返します。voidクラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSEインターフェース org.springframework.context.ApplicationListener から継承されたメソッド
supportsAsyncExecution
コンストラクターの詳細
JobExecutionExitCodeGenerator
public JobExecutionExitCodeGenerator()
メソッドの詳細
onApplicationEvent
- 次で指定:
- インターフェース
ApplicationListener<JobExecutionEvent>のonApplicationEvent
getExitCode
public int getExitCode()インターフェースからコピーされた説明:ExitCodeGeneratorアプリケーションから返される終了コードを返します。- 次で指定:
- インターフェース
ExitCodeGeneratorのgetExitCode - 戻り値:
- 終了コード。