Class AbstractBatchJobSummary

    • Field Detail

      • totalJobs

        protected final int totalJobs
      • failedJobs

        protected final int failedJobs
    • Constructor Detail

      • AbstractBatchJobSummary

        protected AbstractBatchJobSummary()
      • AbstractBatchJobSummary

        protected AbstractBatchJobSummary​(int totalJobs,
                                          int failedJobs)