Interface ScanClassInstance


public interface ScanClassInstance
  • Method Details

    • getAvgExecDuration

      Integer getAvgExecDuration()
    • getDriverName

      String getDriverName()
    • getExecCount

      Integer getExecCount()
    • getLastExec

      Date getLastExec()
    • getLastExecDBReads

      Integer getLastExecDBReads()
    • getLastExecDBWrites

      Integer getLastExecDBWrites()
    • getLastExecDelay

      Integer getLastExecDelay()
    • getLastExecDuration

      Integer getLastExecDuration()
    • getLastExecOPCReads

      Integer getLastExecOPCReads()
    • getLastExecOPCWrites

      Integer getLastExecOPCWrites()
    • getLastExecRate

      Integer getLastExecRate()
    • getNextExec

      Date getNextExec()
    • getScanClass

      ScanClass getScanClass()
    • isStale

      boolean isStale()
    • copyStats

      void copyStats(ScanClassInstance sci)