Uses of Class
org.ourgrid.common.spec.JobSpec

Packages that use JobSpec
org.ourgrid.common.spec.main   
org.ourgrid.common.spec.semantic   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.event   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.test   
org.ourgrid.test   
 

Uses of JobSpec in org.ourgrid.common.spec.main
 

Methods in org.ourgrid.common.spec.main that return JobSpec
static JobSpec DescriptionFileCompile.compileJDF(java.lang.String descriptionFilePath)
           
 

Uses of JobSpec in org.ourgrid.common.spec.semantic
 

Methods in org.ourgrid.common.spec.semantic that return types with arguments of type JobSpec
 java.util.List<JobSpec> JDFSemanticActions.getResult()
           
 

Uses of JobSpec in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler with parameters of type JobSpec
 void EBSchedulingHeuristic.addJob(int jobId, JobSpec jobSpec)
          Adds a new Job.
 int SchedulerImpl.addJob(JobSpec jobSpec)
           
 int Scheduler.addJob(JobSpec newJob)
          Adds a new job to the scheduler.
 int EBSchedulerFacade.addJob(JobSpec newJobSpec)
          Adds a new Job.
 

Uses of JobSpec in org.ourgrid.mygrid.scheduler.event
 

Constructors in org.ourgrid.mygrid.scheduler.event with parameters of type JobSpec
AddJobRequestEvent(EBSchedulingHeuristic ebSchedulingHeuristic, int jobId, JobSpec jobSpec)
          The constructor.
 

Uses of JobSpec in org.ourgrid.mygrid.scheduler.jobmanager
 

Methods in org.ourgrid.mygrid.scheduler.jobmanager that return JobSpec
 JobSpec JobEntry.getJobSpec()
           
 

Methods in org.ourgrid.mygrid.scheduler.jobmanager with parameters of type JobSpec
 void JobManager.addJob(int jobId, JobSpec jobSpec)
          Adds a new Job.
 void AbstractJobManager.addJob(int jobId, JobSpec jobSpec)
           
protected  JobEntry EBJobManager.createJobEntry(int jobId, JobSpec jobSpec, int maxReplicas, int maxFails)
           
protected  void EBJobManager.realAddJob(int jobId, JobSpec jobSpec)
           
protected abstract  void AbstractJobManager.realAddJob(int jobId, JobSpec jobSpec)
           
 

Constructors in org.ourgrid.mygrid.scheduler.jobmanager with parameters of type JobSpec
JobEntry(int jobId, JobSpec jobSpec, int maxReplicas, int maxFails)
          This method constructs a new e constructor.
 

Uses of JobSpec in org.ourgrid.mygrid.scheduler.test
 

Methods in org.ourgrid.mygrid.scheduler.test with parameters of type JobSpec
protected  void FakeJobManager.realAddJob(int jobId, JobSpec jobSpec)
           
 

Uses of JobSpec in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui with parameters of type JobSpec
 int UIManager.addJob(JobSpec theJob)
          Adds a job to be executed by Mygrid.
 int MyGridUIManager.addJob(JobSpec newJob)
           
 

Uses of JobSpec in org.ourgrid.mygrid.ui.gui
 

Methods in org.ourgrid.mygrid.ui.gui that return JobSpec
 JobSpec SimpleJobEntry.getJobSpec()
           
 

Uses of JobSpec in org.ourgrid.mygrid.ui.test
 

Methods in org.ourgrid.mygrid.ui.test with parameters of type JobSpec
 int FakeScheduler.addJob(JobSpec newJob)
           
 

Constructors in org.ourgrid.mygrid.ui.test with parameters of type JobSpec
FakeScheduler.FakeJob(int id, JobSpec jobSpec)
           
 

Uses of JobSpec in org.ourgrid.test
 

Methods in org.ourgrid.test that return JobSpec
 JobSpec TestUtils.getSimpleJobSpec()