com.altair.hwm.interfaces.loadsubmission
Interface IHWMJobStatus

All Known Implementing Classes:
HWMEComputeJobStatus, HWMLocalJobStatus

public interface IHWMJobStatus

Title:

Description:

Company: Altair Engineering, Inc.


Field Summary
static int HWM_JOBCREATED
           
static int HWM_JOBFAILED
           
static int HWM_JOBFINISHED
           
static int HWM_JOBQUEUED
           
static int HWM_JOBREJECTEDCPU
           
static int HWM_JOBREJECTEDRAM
           
static int HWM_JOBREJECTEDUNSPECIFIED
           
static int HWM_JOBRUNNING
           
static int HWM_JOBUNDEFINED
           
static int HWM_JOBUPLOADFINISHED
           
static int HWM_JOBUPLOADSTARTED
           
 
Method Summary
 java.lang.String GetDescription()
          This method returns the description of the job status.
 int GetStatusCode()
          This method returns the status code of the job.
 java.lang.String toString()
          This method returns a string representation to the IHWMJobStatus instance.
 

Field Detail

HWM_JOBUNDEFINED

static final int HWM_JOBUNDEFINED
See Also:
Constant Field Values

HWM_JOBCREATED

static final int HWM_JOBCREATED
See Also:
Constant Field Values

HWM_JOBUPLOADSTARTED

static final int HWM_JOBUPLOADSTARTED
See Also:
Constant Field Values

HWM_JOBUPLOADFINISHED

static final int HWM_JOBUPLOADFINISHED
See Also:
Constant Field Values

HWM_JOBQUEUED

static final int HWM_JOBQUEUED
See Also:
Constant Field Values

HWM_JOBRUNNING

static final int HWM_JOBRUNNING
See Also:
Constant Field Values

HWM_JOBFINISHED

static final int HWM_JOBFINISHED
See Also:
Constant Field Values

HWM_JOBFAILED

static final int HWM_JOBFAILED
See Also:
Constant Field Values

HWM_JOBREJECTEDRAM

static final int HWM_JOBREJECTEDRAM
See Also:
Constant Field Values

HWM_JOBREJECTEDCPU

static final int HWM_JOBREJECTEDCPU
See Also:
Constant Field Values

HWM_JOBREJECTEDUNSPECIFIED

static final int HWM_JOBREJECTEDUNSPECIFIED
See Also:
Constant Field Values
Method Detail

GetStatusCode

int GetStatusCode()
This method returns the status code of the job.

Returns:
- int the status code of the job.

GetDescription

java.lang.String GetDescription()
This method returns the description of the job status.

Returns:
- String the description of the job status.

toString

java.lang.String toString()
This method returns a string representation to the IHWMJobStatus instance.

Overrides:
toString in class java.lang.Object
Returns:
A string representation of the IHWMJobStatus instance.