Class JobProgressLogListener
java.lang.Object
nablarch.fw.batch.ee.listener.job.AbstractNablarchJobListener
nablarch.fw.batch.ee.listener.job.JobProgressLogListener
- All Implemented Interfaces:
NablarchJobListener
JOBの進捗ログを出力するリスナークラス。
JOB開始時と終了時にログを出力し、終了時にはステータスも併せて出力する。
JOB開始時と終了時にログを出力し、終了時にはステータスも併せて出力する。
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
afterJob
(NablarchListenerContext context) JOB終了のログを出力する。void
beforeJob
(NablarchListenerContext context) JOB開始のログを出力する。
-
Constructor Details
-
JobProgressLogListener
public JobProgressLogListener()
-
-
Method Details
-
beforeJob
JOB開始のログを出力する。- Specified by:
beforeJob
in interfaceNablarchJobListener
- Overrides:
beforeJob
in classAbstractNablarchJobListener
- Parameters:
context
-NablarchListenerContext
-
afterJob
JOB終了のログを出力する。- Specified by:
afterJob
in interfaceNablarchJobListener
- Overrides:
afterJob
in classAbstractNablarchJobListener
- Parameters:
context
-NablarchListenerContext
-