Uses of Interface
org.ogf.saga.job.JobDescription

Packages that use JobDescription
org.ogf.saga.job The job package describes the API for submitting jobs to a grid resource. 
 

Uses of JobDescription in org.ogf.saga.job
 

Methods in org.ogf.saga.job that return JobDescription
static JobDescription JobFactory.createJobDescription()
          Creates a job description.
static JobDescription JobFactory.createJobDescription(String sagaFactoryClassname)
          Creates a job description.
protected abstract  JobDescription JobFactory.doCreateJobDescription()
          Creates a job description.
 JobDescription Job.getJobDescription()
          Retrieves the job description that was used to submit this job instance.
 

Methods in org.ogf.saga.job that return types with arguments of type JobDescription
 Task<Job,JobDescription> Job.getJobDescription(TaskMode mode)
          Creates a task that retrieves the job description that was used to submit this job instance.
 

Methods in org.ogf.saga.job with parameters of type JobDescription
 Job JobService.createJob(JobDescription jd)
          Creates a job instance as specified by the job description provided.
 Task<JobService,Job> JobService.createJob(TaskMode mode, JobDescription jd)
          Creates a task that creates a job instance as specified by the job description provided.
 void Job.migrate(JobDescription jd)
          Asks the resource manager to migrate a job.
 Task<Job,Void> Job.migrate(TaskMode mode, JobDescription jd)
          Creates a task that asks the resource manager to migrate a job.
 



Copyright © 2014 Open Grid Forum. All rights reserved.