public class JobProxy extends Object implements Proxy
| Modifier and Type | Class and Description |
|---|---|
static class |
JobProxy.Status |
| Modifier and Type | Field and Description |
|---|---|
protected org.openforis.concurrency.Job |
job |
| Constructor and Description |
|---|
JobProxy(org.openforis.concurrency.Job job) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorMessage() |
String[] |
getErrorMessageArgs() |
String |
getId() |
protected org.openforis.concurrency.Job |
getJob() |
String |
getName() |
int |
getProgressPercent() |
JobProxy.Status |
getStatus() |
boolean |
isAborted() |
boolean |
isCompleted() |
boolean |
isFailed() |
boolean |
isPending() |
boolean |
isRunning() |
protected org.openforis.concurrency.Job getJob()
@ExternalizedProperty public String getId()
@ExternalizedProperty public JobProxy.Status getStatus()
@ExternalizedProperty public boolean isPending()
@ExternalizedProperty public boolean isRunning()
@ExternalizedProperty public boolean isFailed()
@ExternalizedProperty public boolean isAborted()
@ExternalizedProperty public boolean isCompleted()
@ExternalizedProperty public int getProgressPercent()
@ExternalizedProperty public String getErrorMessage()
@ExternalizedProperty public String[] getErrorMessageArgs()
@ExternalizedProperty public String getName()
Copyright © 2020 Open Foris. All rights reserved.