Uses of Class
org.ourgrid.mygrid.scheduler.exception.JobNotFoundException

Packages that use JobNotFoundException
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.command   
org.ourgrid.mygrid.ui.test   
 

Uses of JobNotFoundException in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that throw JobNotFoundException
 void SchedulerImpl.cancelJob(int jobId)
           
 void Scheduler.cancelJob(int jobId)
          Cancels a job specified by jobId parameter.
 void EBSchedulingHeuristic.cancelJob(int jobId)
          Cancels the given job and put an Event indicating that in the responseQueue.
 void SchedulerImpl.waitForJob(int jobId)
           
 void Scheduler.waitForJob(int jobId)
          Puts the calling thread to wait until a certain job is finished.
 

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

Methods in org.ourgrid.mygrid.scheduler.jobmanager that throw JobNotFoundException
protected  void EBJobManager.realSetCanceled(int jobId)
           
protected abstract  void AbstractJobManager.realSetCanceled(int jobId)
           
 void JobManager.setCanceled(int jobId)
          Sets the given job as canceled.
 void AbstractJobManager.setCanceled(int jobId)
           
 

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

Methods in org.ourgrid.mygrid.scheduler.test that throw JobNotFoundException
 void SchedulerImplTest.testWaitForJobWithCancelJob()
           
 void SchedulerImplTest.testWaitForJobWithRunningTasks()
           
 

Uses of JobNotFoundException in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that throw JobNotFoundException
 void UIManager.cancelJob(int jobId)
          Asks Mygrid to cancel a job
 void MyGridUIManager.cancelJob(int jobId)
           
 void UIManager.waitForJob(int jobId)
          The caller will block until the specified job finishes, fails or is cancelled.
 void MyGridUIManager.waitForJob(int jobId)
           
 

Uses of JobNotFoundException in org.ourgrid.mygrid.ui.command
 

Methods in org.ourgrid.mygrid.ui.command that throw JobNotFoundException
 void JobCanceller.cancelJob(int jobId)
           
 void JobExpecter.waitForJob(int jobId)
           
 

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

Methods in org.ourgrid.mygrid.ui.test that throw JobNotFoundException
 void FakeScheduler.cancelJob(int jobId)
           
 void MyGridJobCancellerTest.testCorrectJobCancel()
           
 void JobExpecterTest.testCorrectWaitForJob()
           
 void FakeScheduler.waitForJob(int jobId)