Class LogEntry

java.lang.Object
org.eblocker.server.common.executor.LogEntry

public class LogEntry extends Object
  • Method Details

    • getName

      public String getName()
    • getLastStart

      public Long getLastStart()
    • getLastStop

      public Long getLastStop()
    • getExecutions

      public int getExecutions()
    • getRunning

      public int getRunning()
    • getMinRuntime

      public Long getMinRuntime()
    • getMaxRuntime

      public Long getMaxRuntime()
    • getTotalRuntime

      public Long getTotalRuntime()
    • getException

      public String getException()