|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of JobCollectionException in org.glite.wmsui.apij |
Methods in org.glite.wmsui.apij that throw JobCollectionException | |
void |
JobCollection.insertId(JobId jobId)
Insert a new Job (of JobvId type) into the collection |
void |
JobCollection.insert(Job job)
Insert a new Job to the collection |
java.util.Vector |
JobCollection.submit(Url ns,
java.util.Vector lbs,
java.lang.String ceId)
Submit method |
java.util.Vector |
JobCollection.cancel()
Cancel the job from the NS |
Result |
JobCollection.notify(int[] states,
int timeout)
Retrieves the status of the first Jobs of the collection once it enters one of the specified status code |
java.util.Vector |
JobCollection.getStatus()
Retrieve the status information from the LB |
java.util.Vector |
JobCollection.getOutput(java.lang.String dirPath)
Get the output files of the jobs (SYNC) |
Constructors in org.glite.wmsui.apij that throw JobCollectionException | |
JobCollection(Job job,
int n)
Instantiates a collection with n copies of a job (the Job has to be of JOB__AD type) |
|
JobCollection(java.util.Vector jobs)
Instantiates a JobCollection object from a vector of Job |
|
JobCollection(Job[] jobs)
Instantiates a JobCollection object from an array of Job |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |