Uses of Interface
eu.unicore.hila.grid.Job

Packages that use Job
eu.unicore.hila.grid This is an abstract Grid API, implementations of which can be used to access different middlware. 
 

Uses of Job in eu.unicore.hila.grid
 

Methods in eu.unicore.hila.grid that return Job
 Job Submittable.getTask(String _taskId)
          Retrieve a particular Job that has been submitted to this Submittable.
 Job Submittable.submit(JobDescription _jd)
          Deprecated. in favor of the abstract JobModel
 Job Submittable.submit(eu.unicore.hila.job.model.JobModel _jd)
          Submit the given JobModel to the Submittable Resource.
 

Methods in eu.unicore.hila.grid that return types with arguments of type Job
 List<Job> Submittable.getTasks()
          The List of Jobs that have been submitted to this Submittable.
 



Copyright © 2010-2013 UNICORE. All Rights Reserved.