|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JobInfo
The information regarding a job's execution is encapsulated in the JobInfo interface. Via the JobInfo interface a DRMAA application can discover information about the resource usage and exit status of a job.
Method Summary | |
---|---|
int |
getExitStatus()
This method returns the exit code extracted from stat. |
java.lang.String |
getJobId()
This method gets the completed job's id. |
java.util.Map |
getResourceUsage()
This method gets 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. |
boolean |
wasAborted()
This methods always returns "0" |
Method Detail |
---|
java.lang.String getJobId() throws DrmaaException
String
with the jobId value
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
java.util.Map getResourceUsage() throws DrmaaException
Map
object with the jobId value
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
boolean hasExited() throws DrmaaException
getExitStatus()
.
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
int getExitStatus() throws DrmaaException
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
boolean hasSignaled() throws DrmaaException
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
java.lang.String getTerminatingSignal() throws DrmaaException
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
boolean hasCoreDump() throws DrmaaException
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
boolean wasAborted() throws DrmaaException
java.lang.OutOfMemoryError
DrmCommunicationException
AuthorizationException
InternalException
DrmaaException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |