public class JobExecutionEvent extends ApplicationEvent
JobExecution
をカプセル化する Spring ApplicationEvent
。sourceSE
コンストラクターと説明 |
---|
JobExecutionEvent(org.springframework.batch.core.JobExecution execution) 新しい JobExecutionEvent インスタンスを作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
org.springframework.batch.core.JobExecution | getJobExecution() ジョブの実行を返します。 |
getTimestamp
getSourceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public JobExecutionEvent(org.springframework.batch.core.JobExecution execution)
JobExecutionEvent
インスタンスを作成します。execution
- ジョブ実行 Copyright © 2019 Pivotal Software, Inc.. All rights reserved.