|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JobInstance
Interface representing a job instance in the GridSAM JobManager API
| Method Summary | |
|---|---|
java.lang.String |
getID()
the job identifier |
org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument |
getJobDefinition()
get the Job description document as a string |
java.util.List |
getJobStages()
get the job status history associated with this job instance |
JobStage |
getLastKnownStage()
get the last known job stage |
java.util.Map |
getProperties()
get the properties associated with the job |
boolean |
isInStage(JobState pState)
test whether the job is currently in the given state |
boolean |
wasInStage(JobState pState)
test whether the job has been in the given state |
| Method Detail |
|---|
java.lang.String getID()
org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument getJobDefinition()
java.util.List getJobStages()
boolean isInStage(JobState pState)
pState - the state to test
boolean wasInStage(JobState pState)
pState - the state to test
JobStage getLastKnownStage()
java.util.Map getProperties()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||