クラス AbstractTasklet

java.lang.Object
org.thinkit.bot.filater.batch.tasklet.AbstractTasklet
すべての実装されたインタフェース:
org.springframework.batch.core.step.tasklet.Tasklet
直系の既知のサブクラス:
CloseSessionTasklet, ExecuteDeleteFileTasklet, NotifyResultReportTasklet

@Component
public abstract class AbstractTasklet
extends Object
implements org.springframework.batch.core.step.tasklet.Tasklet
The class that abstracts tasklet process.
導入されたバージョン:
1.0.0
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    org.springframework.batch.repeat.RepeatStatus execute​(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext)  

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • メソッドの詳細

    • execute

      public org.springframework.batch.repeat.RepeatStatus execute​(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) throws Exception
      定義:
      execute インタフェース内 org.springframework.batch.core.step.tasklet.Tasklet
      例外:
      Exception