Class StepProgressLogListener
java.lang.Object
nablarch.fw.batch.ee.listener.step.AbstractNablarchStepListener
nablarch.fw.batch.ee.listener.step.StepProgressLogListener
- All Implemented Interfaces:
NablarchStepListener
ステップの進捗ログを出力するクラス。
ステップ開始時と終了時にログを出力する。
ステップ開始時と終了時にログを出力する。
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterStep
(NablarchListenerContext context) ステップ終了のログを出力する。void
beforeStep
(NablarchListenerContext context) ステップ開始のログを出力する。
-
Constructor Details
-
StepProgressLogListener
public StepProgressLogListener()
-
-
Method Details
-
beforeStep
ステップ開始のログを出力する。- Specified by:
beforeStep
in interfaceNablarchStepListener
- Overrides:
beforeStep
in classAbstractNablarchStepListener
- Parameters:
context
-NablarchListenerContext
-
afterStep
ステップ終了のログを出力する。- Specified by:
afterStep
in interfaceNablarchStepListener
- Overrides:
afterStep
in classAbstractNablarchStepListener
- Parameters:
context
-NablarchListenerContext
-