Class HousekeepDbTasklet

java.lang.Object
jp.ecuacion.tool.housekeepdb.tasklet.HousekeepDbTasklet
All Implemented Interfaces:
org.springframework.batch.core.step.tasklet.Tasklet

@Component public class HousekeepDbTasklet extends Object implements org.springframework.batch.core.step.tasklet.Tasklet
Executes housekeeping DB.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.batch.repeat.RepeatStatus
    execute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext)
    Executes the procedure.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HousekeepDbTasklet

      public HousekeepDbTasklet()
  • Method Details

    • execute

      public org.springframework.batch.repeat.RepeatStatus execute(org.springframework.batch.core.StepContribution contribution, org.springframework.batch.core.scope.context.ChunkContext chunkContext) throws Exception
      Executes the procedure.
      Specified by:
      execute in interface org.springframework.batch.core.step.tasklet.Tasklet
      Throws:
      Exception