|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ggf.drmaa.GridWayJobInfo
public class GridWayJobInfo
This class implements the abstract methods of the JobInfo class.
The sets methods are not commented because they are just used internally.
The normal user of this API SHOULD NEVER use these methods.
| Method Summary | |
|---|---|
int |
getExitStatus()
This method returns the exit code extracted from stat. |
java.lang.String |
getJobId()
This method returns the completed job's id. |
java.util.Map |
getResourceUsage()
This method returns the completed job's resource usage data. |
java.lang.String |
getTerminatingSignal()
This methods returns the signal name that causes the termination of the job. |
boolean |
hasCoreDump()
This methods always returns "0" |
boolean |
hasExited()
This method returns into exited a non-zero value if stat was returned for a job that terminated normally. |
boolean |
hasSignaled()
This method evaluates into signaled a non-zero value if stat was returned for a job that terminated due to the receipt of a signal. |
void |
setHasCoreDump(boolean hasCoreDump)
The normal user of this API SHOULD NEVER use this method. |
void |
setHasExited(boolean hasExited)
The normal user of this API SHOULD NEVER use this method. |
void |
setHasSignaled(boolean hasSignaled)
The normal user of this API SHOULD NEVER use this method. |
void |
setTerminationSignal(java.lang.String signal)
The normal user of this API SHOULD NEVER use this method. |
void |
setWasAborted(boolean wasAborted)
The normal user of this API SHOULD NEVER use this method. |
boolean |
wasAborted()
This methods always returns "0" |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getJobId()
getJobId in interface JobInfoString with the jobId valuepublic java.util.Map getResourceUsage()
getResourceUsage in interface JobInfoMap object with the jobId valuepublic boolean hasExited()
JobInfoJobInfo.getExitStatus().
hasExited in interface JobInfopublic int getExitStatus()
JobInfo
getExitStatus in interface JobInfopublic boolean hasSignaled()
JobInfo
hasSignaled in interface JobInfopublic java.lang.String getTerminatingSignal()
JobInfo
getTerminatingSignal in interface JobInfopublic boolean hasCoreDump()
JobInfo
hasCoreDump in interface JobInfopublic boolean wasAborted()
JobInfo
wasAborted in interface JobInfopublic void setHasExited(boolean hasExited)
public void setHasSignaled(boolean hasSignaled)
public void setTerminationSignal(java.lang.String signal)
public void setHasCoreDump(boolean hasCoreDump)
public void setWasAborted(boolean wasAborted)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||