|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MutableJobInstance
Interface extending JobInstance providing mutable access to job status and other information
| Method Summary | |
|---|---|
void |
advanceJobState(JobState pState,
java.lang.String pDescription)
advance the state of this job to pState |
void |
setJobDefinition(org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument pDescription)
set the job description |
void |
setProperties(java.util.Map pProps)
set the properties associated with the job |
| Methods inherited from interface org.icenigrid.gridsam.core.JobInstance |
|---|
getID, getJobDefinition, getJobStages, getLastKnownStage, getProperties, isInStage, wasInStage |
| Method Detail |
|---|
void setJobDefinition(org.icenigrid.schema.jsdl.y2005.m11.JobDefinitionDocument pDescription)
pDescription - the job description as a stringvoid setProperties(java.util.Map pProps)
pProps - properties associated with the job
void advanceJobState(JobState pState,
java.lang.String pDescription)
throws StateTransitionException
pState - the new statepDescription - description associated with the state
StateTransitionException - if the new state cannot be reached from the current state
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||