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

Packages that use JobCouldNotBeCancelledException
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 JobCouldNotBeCancelledException in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that throw JobCouldNotBeCancelledException
 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.
 

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

Methods in org.ourgrid.mygrid.scheduler.jobmanager that throw JobCouldNotBeCancelledException
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 JobCouldNotBeCancelledException in org.ourgrid.mygrid.scheduler.test
 

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

Uses of JobCouldNotBeCancelledException in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that throw JobCouldNotBeCancelledException
 void UIManager.cancelJob(int jobId)
          Asks Mygrid to cancel a job
 void MyGridUIManager.cancelJob(int jobId)
           
 

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

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

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

Methods in org.ourgrid.mygrid.ui.test that throw JobCouldNotBeCancelledException
 void MyGridJobCancellerTest.testCorrectJobCancel()
           
 void MyGridJobCancellerTest.testIncorectJobCancel()