Class SplibAppParentBatchConfig

java.lang.Object
jp.ecuacion.splib.batch.config.SplibAppParentBatchConfig

public abstract class SplibAppParentBatchConfig extends Object
Provides ecuacion-splib standard JobBuilder and stepBuilder.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.batch.core.job.builder.JobBuilder
    preparedJobBuilder(String jobName, org.springframework.batch.core.repository.JobRepository jobRepository)
    Provides ecuacion-spilb standard JobBuilder.
    protected org.springframework.batch.core.step.builder.TaskletStepBuilder
    preparedStepBuilder(String stepName, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager, org.springframework.batch.core.step.tasklet.Tasklet... tasklets)
    Provides ecuacion-spilb standard StepBuilder.

    Methods inherited from class Object

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

    • SplibAppParentBatchConfig

      public SplibAppParentBatchConfig()
  • Method Details

    • preparedJobBuilder

      protected org.springframework.batch.core.job.builder.JobBuilder preparedJobBuilder(String jobName, org.springframework.batch.core.repository.JobRepository jobRepository)
      Provides ecuacion-spilb standard JobBuilder.
      Parameters:
      jobName - jobName
      jobRepository - jobRepository
      Returns:
      JobBuilder
    • preparedStepBuilder

      protected org.springframework.batch.core.step.builder.TaskletStepBuilder preparedStepBuilder(String stepName, org.springframework.batch.core.repository.JobRepository jobRepository, org.springframework.transaction.PlatformTransactionManager transactionManager, org.springframework.batch.core.step.tasklet.Tasklet... tasklets)
      Provides ecuacion-spilb standard StepBuilder.
      Parameters:
      stepName - stepName
      jobRepository - jobRepository
      transactionManager - transactionManager
      tasklets - tasklets
      Returns:
      TaskletStepBuilder