|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.core.jobs.GridJobID
public class GridJobID
Class representing handle returned from grid to submitted job
| Constructor Summary | |
|---|---|
GridJobID()
Empty constructor for JobId created in past g-Eclipse sessions |
|
GridJobID(org.w3c.dom.Node jobIDNode)
|
|
GridJobID(java.lang.String _jobID,
java.lang.String _VO)
Empty constructor for JobId created in past g-Eclipse sessions |
|
| Method Summary | |
|---|---|
GridJob |
getJob()
|
java.lang.String |
getJobID()
Gets the job's unique ID. |
java.lang.String |
getVO()
|
void |
setJob(GridJob job)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GridJobID()
public GridJobID(java.lang.String _jobID,
java.lang.String _VO)
public GridJobID(org.w3c.dom.Node jobIDNode)
jobIDNode - xml node, from which data about job should be read| Method Detail |
|---|
public java.lang.String getJobID()
IGridJobID
getJobID in interface IGridJobIDpublic void setJob(GridJob job)
job - created in local workspace for after submissionpublic GridJob getJob()
public java.lang.String getVO()
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||