Class CollectJobController.WorkerView

java.lang.Object
org.openforis.collect.web.controller.CollectJobController.WorkerView
All Implemented Interfaces:
Proxy
Direct Known Subclasses:
CollectJobController.JobView
Enclosing class:
CollectJobController

public static class CollectJobController.WorkerView extends Object implements Proxy
  • Constructor Details

    • WorkerView

      public WorkerView(org.openforis.concurrency.Worker worker)
  • Method Details

    • calculateRemainingTime

      public Long calculateRemainingTime()
    • calculateRemainingMinutes

      public Integer calculateRemainingMinutes()
    • isEnded

      public boolean isEnded()
    • isCompleted

      public boolean isCompleted()
    • isRunning

      public boolean isRunning()
    • isFailed

      public boolean isFailed()
    • getId

      public String getId()
    • getName

      public String getName()
    • getProgressPercent

      public int getProgressPercent()
    • getStatus

      public org.openforis.concurrency.Worker.Status getStatus()
    • getErrorMessage

      public String getErrorMessage()
    • getErrors

    • getElapsedTime

      public long getElapsedTime()
    • getRemainingTime

      public Long getRemainingTime()
    • getRemainingMinutes

      public Integer getRemainingMinutes()
    • getResult

      public HashMap<String,Object> getResult()