|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.altair.hwm.comm.loadsubmission.jobservices.HWMLocalJobStatus
public class HWMLocalJobStatus
Title: HWMLocalJobStatus
Description: Represents the job status of a given job.
Company: Altair Engineering, Inc.
| Field Summary |
|---|
| Fields inherited from interface com.altair.hwm.interfaces.loadsubmission.IHWMJobStatus |
|---|
HWM_JOBCREATED, HWM_JOBFAILED, HWM_JOBFINISHED, HWM_JOBQUEUED, HWM_JOBREJECTEDCPU, HWM_JOBREJECTEDRAM, HWM_JOBREJECTEDUNSPECIFIED, HWM_JOBRUNNING, HWM_JOBUNDEFINED, HWM_JOBUPLOADFINISHED, HWM_JOBUPLOADSTARTED |
| Constructor Summary | |
|---|---|
HWMLocalJobStatus()
Constructor |
|
| Method Summary | |
|---|---|
java.lang.String |
GetDescription()
Get the description for the status |
int |
GetJobID()
Get the job ID. |
int |
GetStatusCode()
Get the status code. |
void |
SetDescription(java.lang.String strDesc)
Set the description for the status |
void |
SetJobID(int nJobID)
Set the job ID. |
void |
SetStatusCode(int nStatus)
Set the status code. |
java.lang.String |
toString()
Converts the job status into a string |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public HWMLocalJobStatus()
| Method Detail |
|---|
public void SetDescription(java.lang.String strDesc)
strDesc - The description for the statuspublic java.lang.String GetDescription()
GetDescription in interface IHWMJobStatuspublic void SetStatusCode(int nStatus)
nStatus - The status code for the job. One of the ECOMPUTE_JOBXXX.public int GetStatusCode()
GetStatusCode in interface IHWMJobStatuspublic void SetJobID(int nJobID)
nJobID - The job idpublic int GetJobID()
public java.lang.String toString()
toString in interface IHWMJobStatustoString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||