|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IHWMJobStatus | |
---|---|
com.altair.hwm.comm.loadsubmission.ecompute | |
com.altair.hwm.comm.loadsubmission.jobservices | |
com.altair.hwm.interfaces.loadsubmission |
Uses of IHWMJobStatus in com.altair.hwm.comm.loadsubmission.ecompute |
---|
Classes in com.altair.hwm.comm.loadsubmission.ecompute that implement IHWMJobStatus | |
---|---|
class |
HWMEComputeJobStatus
Title: HWMEComputeJobStatus |
Methods in com.altair.hwm.comm.loadsubmission.ecompute that return IHWMJobStatus | |
---|---|
IHWMJobStatus |
HWMEComputeJob.GetJobStatus()
Get the status of this job |
IHWMJobStatus |
HWMEComputeJobManager.GetJobStatus(IHWMJob job)
Gets the status of a job submitted to E-Compute This method contacts the E-compute server to verify the status |
IHWMJobStatus |
HWMEComputeJob.GetJobStatus(IHWMJobManager jobMgr)
This method gets the Job status which is an instance of IHWMJobStatus. |
IHWMJobStatus |
HWMEComputeJobManager.GetJobStatus(java.lang.String strJobStatus)
Utility method to convert the a job status string to IHWMJobStatus |
Uses of IHWMJobStatus in com.altair.hwm.comm.loadsubmission.jobservices |
---|
Classes in com.altair.hwm.comm.loadsubmission.jobservices that implement IHWMJobStatus | |
---|---|
class |
HWMLocalJobStatus
Title: HWMLocalJobStatus |
Methods in com.altair.hwm.comm.loadsubmission.jobservices that return IHWMJobStatus | |
---|---|
IHWMJobStatus |
HWMOptistructJob.GetJobStatus()
GetJobStatus - Gets the job status stored on this job |
IHWMJobStatus |
HWMLocalJobManager.GetJobStatus(IHWMJob job)
Gets the status of a job submitted This method iterates through the jobs vector to verify the status Additionally reads the status from a binary file if that is present in the job output directory |
IHWMJobStatus |
HWMLocalJobManager.GetJobStatus(java.lang.String strJobStatus)
|
Methods in com.altair.hwm.comm.loadsubmission.jobservices with parameters of type IHWMJobStatus | |
---|---|
void |
HWMOptistructJob.UpdateJobStatus(IHWMJobStatus jobStatus)
UpdateJobStatus - updates the status on this job |
Uses of IHWMJobStatus in com.altair.hwm.interfaces.loadsubmission |
---|
Methods in com.altair.hwm.interfaces.loadsubmission that return IHWMJobStatus | |
---|---|
IHWMJobStatus |
IHWMJob.GetJobStatus()
|
IHWMJobStatus |
IHWMJobManager.GetJobStatus(IHWMJob hwmJob)
This method returns the status of the specified job as an instance of IHWMJobStatus. |
IHWMJobStatus |
IHWMJobManager.GetJobStatus(java.lang.String strJobStatus)
This is a utility method to convert a String strJobStatus in to an instance of IHWMJobStatus. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |