Interface JobMonitorMBean

  • All Known Implementing Classes:
    JobMonitor

    public interface JobMonitorMBean
    JMX MBean interface to expose monitoring attributes.
    Author:
    Mahmoud Ben Hassine ([email protected])
    • Method Detail

      • getJobName

        java.lang.String getJobName()
        Get the job name.
        Returns:
        the job name
      • getReadCount

        long getReadCount()
        Get read records count.
        Returns:
        read records count
      • getWriteCount

        long getWriteCount()
        Get written records count.
        Returns:
        written records count
      • getFilterCount

        long getFilterCount()
        Get filtered records count.
        Returns:
        filtered records count
      • getErrorCount

        long getErrorCount()
        Get error records count.
        Returns:
        error records count
      • getStartTime

        java.lang.String getStartTime()
        Get batch execution start time.
        Returns:
        batch execution start time
      • getEndTime

        java.lang.String getEndTime()
        Get batch execution end time.
        Returns:
        batch execution end time
      • getJobStatus

        java.lang.String getJobStatus()
        Get the job JobStatus.
        Returns:
        the job status