Interface ScanClassStats


  • public interface ScanClassStats
    Represents the run stats for a given scan class instance.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Integer getAvgExecDuration()
      The average execution duration (in ms).
      java.lang.String getDriverName()
      The driver name for this instance
      java.lang.Integer getExecCount()
      The total execution count for this scan class
      java.util.Date getLastExec()
      The date of the last execution of this scan class
      java.lang.Integer getLastExecDBReads()
      The number of tag reads from the database during the last execution
      java.lang.Integer getLastExecDBWrites()
      The number of tag writes to the database during the last execution
      java.lang.Integer getLastExecDelay()
      The delay (?) (in ms) of the last execution
      java.lang.Integer getLastExecDuration()
      The total duration (in ms) of the last execution
      java.lang.Integer getLastExecOPCReads()
      The number of reads from OPC process during the last execution
      java.lang.Integer getLastExecOPCWrites()
      The number of writes to OPC during the last execution
      java.lang.Integer getLastExecRate()
      The rate (?) of thelast execution
      java.util.Date getNextExec()
      The date of the next scheduled execution
    • Method Detail

      • getAvgExecDuration

        java.lang.Integer getAvgExecDuration()
        The average execution duration (in ms).
      • getDriverName

        java.lang.String getDriverName()
        The driver name for this instance
      • getExecCount

        java.lang.Integer getExecCount()
        The total execution count for this scan class
      • getLastExec

        java.util.Date getLastExec()
        The date of the last execution of this scan class
      • getLastExecDBReads

        java.lang.Integer getLastExecDBReads()
        The number of tag reads from the database during the last execution
      • getLastExecDBWrites

        java.lang.Integer getLastExecDBWrites()
        The number of tag writes to the database during the last execution
      • getLastExecDelay

        java.lang.Integer getLastExecDelay()
        The delay (?) (in ms) of the last execution
      • getLastExecDuration

        java.lang.Integer getLastExecDuration()
        The total duration (in ms) of the last execution
      • getLastExecOPCReads

        java.lang.Integer getLastExecOPCReads()
        The number of reads from OPC process during the last execution
      • getLastExecOPCWrites

        java.lang.Integer getLastExecOPCWrites()
        The number of writes to OPC during the last execution
      • getLastExecRate

        java.lang.Integer getLastExecRate()
        The rate (?) of thelast execution
      • getNextExec

        java.util.Date getNextExec()
        The date of the next scheduled execution