Interface DaemonStat


  • public interface DaemonStat
    Some execution stats about registered daemons.
    Author:
    pchretien
    • Method Detail

      • getDaemonName

        String getDaemonName()
        Returns:
        the daemon name
      • getDaemonPeriodInSecond

        int getDaemonPeriodInSecond()
        Returns:
        the demon period
      • getCount

        long getCount()
        Returns:
        the number of executions since the daemon started
      • getSuccesses

        long getSuccesses()
        Returns:
        the number of successes since the daemon started
      • getFailures

        long getFailures()
        Returns:
        the number of failures since the daemon started
      • isLastExecSuccess

        boolean isLastExecSuccess()
        Returns:
        if last exec was a success