public static class CollectJobController.WorkerView extends Object implements Proxy
| Constructor and Description |
|---|
WorkerView(org.openforis.concurrency.Worker worker) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
calculateRemainingMinutes() |
Long |
calculateRemainingTime() |
long |
getElapsedTime() |
String |
getErrorMessage() |
List<DataQueryExectutorTask.DataQueryExecutorError> |
getErrors() |
String |
getId() |
String |
getName() |
int |
getProgressPercent() |
Integer |
getRemainingMinutes() |
Long |
getRemainingTime() |
org.openforis.concurrency.Worker.Status |
getStatus() |
boolean |
isCompleted() |
boolean |
isEnded() |
boolean |
isFailed() |
boolean |
isRunning() |
public Long calculateRemainingTime()
public Integer calculateRemainingMinutes()
public boolean isEnded()
public boolean isCompleted()
public boolean isRunning()
public boolean isFailed()
public String getId()
public String getName()
public int getProgressPercent()
public org.openforis.concurrency.Worker.Status getStatus()
public String getErrorMessage()
public List<DataQueryExectutorTask.DataQueryExecutorError> getErrors()
public long getElapsedTime()
public Long getRemainingTime()
public Integer getRemainingMinutes()
Copyright © 2020 Open Foris. All rights reserved.