|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.altair.hwm.comm.loadsubmission.HWMJobStatusCodes
public class HWMJobStatusCodes
Title: HWMJobStatusCodes
Description: Represents the job status of a given job.
Company: Altair Engineering, Inc.
| Field Summary | |
|---|---|
static int |
HDM_JOBCREATED
The possible job status codes |
static int |
HDM_JOBFAILED
|
static int |
HDM_JOBFINISHED
|
static int |
HDM_JOBQUEUED
|
static int |
HDM_JOBREJECTEDCPU
|
static int |
HDM_JOBREJECTEDRAM
|
static int |
HDM_JOBREJECTEDUNSPECIFIED
|
static int |
HDM_JOBRUNNING
|
static int |
HDM_JOBUPLOADFINISHED
|
static int |
HDM_JOBUPLOADSTARTED
|
| Constructor Summary | |
|---|---|
HWMJobStatusCodes()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
GetDesc()
Get the description for the status |
int |
GetStatus()
Get the status code. |
void |
SetDesc(java.lang.String strDesc)
Set the description for the status |
void |
SetStatus(int nStatus)
Set the status code. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int HDM_JOBCREATED
public static final int HDM_JOBUPLOADSTARTED
public static final int HDM_JOBUPLOADFINISHED
public static final int HDM_JOBQUEUED
public static final int HDM_JOBRUNNING
public static final int HDM_JOBFINISHED
public static final int HDM_JOBFAILED
public static final int HDM_JOBREJECTEDRAM
public static final int HDM_JOBREJECTEDCPU
public static final int HDM_JOBREJECTEDUNSPECIFIED
| Constructor Detail |
|---|
public HWMJobStatusCodes()
| Method Detail |
|---|
public void SetDesc(java.lang.String strDesc)
strDesc - The description for the statuspublic java.lang.String GetDesc()
public void SetStatus(int nStatus)
nStatus - The status code for the job. One of the ECOMPUTE_JOBXXX.public int GetStatus()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||