Class AbstractNablarchJobListener
java.lang.Object
nablarch.fw.batch.ee.listener.job.AbstractNablarchJobListener
- All Implemented Interfaces:
NablarchJobListener
- Direct Known Subclasses:
DuplicateJobRunningCheckListener
,JobProgressLogListener
@Published(tag="architect")
public abstract class AbstractNablarchJobListener
extends Object
implements NablarchJobListener
NablarchJobListener
を実装した抽象クラス。
本クラスの実装では処理を何も行わない。サブクラス側で必要なメソッドをオーバライドし処理を追加すること。-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
afterJob
(NablarchListenerContext context) JOB終了時の処理を行う。void
beforeJob
(NablarchListenerContext context) JOB開始後の処理を行う。
-
Constructor Details
-
AbstractNablarchJobListener
public AbstractNablarchJobListener()
-
-
Method Details
-
beforeJob
Description copied from interface:NablarchJobListener
JOB開始後の処理を行う。- Specified by:
beforeJob
in interfaceNablarchJobListener
- Parameters:
context
-NablarchListenerContext
-
afterJob
Description copied from interface:NablarchJobListener
JOB終了時の処理を行う。- Specified by:
afterJob
in interfaceNablarchJobListener
- Parameters:
context
-NablarchListenerContext
-