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

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

Uses of JobService in org.ogf.saga.job
 

Methods in org.ogf.saga.job that return JobService
static JobService JobFactory.createJobService()
          Creates a job service, using the default session and default contact string.
static JobService JobFactory.createJobService(Session session)
          Creates a job service using the default contact string.
static JobService JobFactory.createJobService(Session session, URL rm)
          Creates a job service.
static JobService JobFactory.createJobService(String sagaFactoryClassname)
          Creates a job service, using the default session and default contact string.
static JobService JobFactory.createJobService(String sagaFactoryClassname, Session session)
          Creates a job service using the default contact string.
static JobService JobFactory.createJobService(String sagaFactoryClassname, Session session, URL rm)
          Creates a job service.
static JobService JobFactory.createJobService(String sagaFactoryClassname, URL rm)
          Creates a job service, using the default session.
static JobService JobFactory.createJobService(URL rm)
          Creates a job service, using the default session.
protected abstract  JobService JobFactory.doCreateJobService(Session session, URL rm)
          Creates a job service.
 

Methods in org.ogf.saga.job that return types with arguments of type JobService
 Task<JobService,Job> JobService.createJob(TaskMode mode, JobDescription jd)
          Creates a task that creates a job instance as specified by the job description provided.
static Task<JobFactory,JobService> JobFactory.createJobService(String sagaFactoryClassname, TaskMode mode)
          Creates a task that creates a job service, using the default session and default contact string.
static Task<JobFactory,JobService> JobFactory.createJobService(String sagaFactoryClassname, TaskMode mode, Session session)
          Creates a task that creates a job service, using a default contact string.
static Task<JobFactory,JobService> JobFactory.createJobService(String sagaFactoryClassname, TaskMode mode, Session session, URL rm)
          Creates a task that creates a job service.
static Task<JobFactory,JobService> JobFactory.createJobService(String sagaFactoryClassname, TaskMode mode, URL rm)
          Creates a task that creates a job service, using the default session.
static Task<JobFactory,JobService> JobFactory.createJobService(TaskMode mode)
          Creates a task that creates a job service, using the default session and default contact string.
static Task<JobFactory,JobService> JobFactory.createJobService(TaskMode mode, Session session)
          Creates a task that creates a job service, using a default contact string.
static Task<JobFactory,JobService> JobFactory.createJobService(TaskMode mode, Session session, URL rm)
          Creates a task that creates a job service.
static Task<JobFactory,JobService> JobFactory.createJobService(TaskMode mode, URL rm)
          Creates a task that creates a job service, using the default session.
protected abstract  Task<JobFactory,JobService> JobFactory.doCreateJobService(TaskMode mode, Session session, URL rm)
          Creates a task that creates a job service.
 Task<JobService,Job> JobService.getJob(TaskMode mode, String jobId)
          Creates a task that obtains the job instance associated with the specified job identification.
 Task<JobService,JobSelf> JobService.getSelf(TaskMode mode)
          Creates a task that obtains a job instance representing the calling application.
 Task<JobService,List<String>> JobService.list(TaskMode mode)
          Creates a task that obtains the list of jobs that are currently known to the resource manager.
 Task<JobService,Job> JobService.runJob(TaskMode mode, String commandLine)
          Creates a task that runs the specified command, non-interactively, on a host chosen by the implementation.
 Task<JobService,Job> JobService.runJob(TaskMode mode, String commandLine, boolean interactive)
          Creates a task that runs the specified command on a host chosen by the implementation.
 Task<JobService,Job> JobService.runJob(TaskMode mode, String commandLine, String host)
          Creates a task that runs the specified command, non-interactively, on the specified host.
 Task<JobService,Job> JobService.runJob(TaskMode mode, String commandLine, String host, boolean interactive)
          Creates a task that runs the specified command on the specified host.
 



Copyright © 2014 Open Grid Forum. All rights reserved.