|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gridlab.gat.resources.WrapperJobDescription.WrappedJobInfo
public class WrapperJobDescription.WrappedJobInfo
This object contains all the information necessary to describe a wrapped
Job
.
Constructor Summary | |
---|---|
WrapperJobDescription.WrappedJobInfo(JobDescription jobDescription,
URI brokerURI,
Preferences preferences,
int wrappedJobIndex,
int wrapperJobIndex)
Creates a WrapperJobDescription.WrappedJobInfo . |
Method Summary | |
---|---|
URI |
getBrokerURI()
Returns the URI of the broker where this wrapped Job
should be submitted to. |
JobDescription |
getJobDescription()
Returns the JobDescription belonging to this wrapped
Job . |
URI |
getJobStateFileName()
Returns the filename of the file that will be used for forwarding the Job.JobState of the wrapped Job . |
Preferences |
getPreferences()
Returns the Preferences that should be used to submit the
wrapped Job . |
int |
getWrappedJobIndex()
Returns the index of this wrapped job. |
int |
getWrapperJobIndex()
Returns the index of the wrapper job encapsulating this wrapped job. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WrapperJobDescription.WrappedJobInfo(JobDescription jobDescription, URI brokerURI, Preferences preferences, int wrappedJobIndex, int wrapperJobIndex)
WrapperJobDescription.WrappedJobInfo
.
jobDescription
- the JobDescription
belonging to this wrapped
Job
.brokerURI
- the URI
of the broker where this Job
should be submitted to.preferences
- the Preferences
that should be used to submit
this Job
.Method Detail |
---|
public JobDescription getJobDescription()
JobDescription
belonging to this wrapped
Job
.
JobDescription
belonging to this wrapped
Job
.public URI getBrokerURI()
URI
of the broker where this wrapped Job
should be submitted to.
URI
of the broker where this wrapped Job
should be submitted to.public Preferences getPreferences()
Preferences
that should be used to submit the
wrapped Job
.
Preferences
that should be used to submit the
wrapped Job
.public URI getJobStateFileName()
Job.JobState
of the wrapped Job
.
If relative, it is relative to where the wrapper job runs.
Job.JobState
of the wrapped Job
.public int getWrappedJobIndex()
public int getWrapperJobIndex()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |