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
-
Constructor Details
-
WorkerView
public WorkerView(org.openforis.concurrency.Worker worker)
-
-
Method Details
-
calculateRemainingTime
-
calculateRemainingMinutes
-
isEnded
public boolean isEnded() -
isCompleted
public boolean isCompleted() -
isRunning
public boolean isRunning() -
isFailed
public boolean isFailed() -
getId
-
getName
-
getProgressPercent
public int getProgressPercent() -
getStatus
public org.openforis.concurrency.Worker.Status getStatus() -
getErrorMessage
-
getErrors
-
getElapsedTime
public long getElapsedTime() -
getRemainingTime
-
getRemainingMinutes
-
getResult
-