Interface IProcessingProgress

  • All Known Implementing Classes:
    ProcessingProgress

    public interface IProcessingProgress
    Defines the processing progress.
    • Method Detail

      • getTotalUnits

        long getTotalUnits()
        Gets the number of total processed unit.
        Returns:
        the total units.
      • getProcessedUnits

        long getProcessedUnits()
        Gets the number of processed units.
        Returns:
        the number of processed units.
      • getTotalFailedUnits

        long getTotalFailedUnits()
        Gets the number of failed units.
        Returns:
        the number of failed units.
      • getProcessingStatusType

        ProcessingStatusType getProcessingStatusType()
        The processing status type which covers the overall status
        Returns:
        the processing status type.
      • getProcessingStatusMessage

        java.lang.String getProcessingStatusMessage()
        Returns the processing status message
        Returns:
        the processing status message
      • getProcesingStatistic

        IProcessingStatistic getProcesingStatistic()
        The processing statistic.
        Returns:
        the processing statistic.