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

Packages that use JobCannotBeRemovedException
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.ui   
 

Uses of JobCannotBeRemovedException in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that throw JobCannotBeRemovedException
 void SchedulerImpl.removeJob(int jobId)
           
 void Scheduler.removeJob(int jobId)
          Remove the information about the specified job
 

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

Methods in org.ourgrid.mygrid.scheduler.jobmanager that throw JobCannotBeRemovedException
protected  void EBJobManager.realRemoveJob(int jobId)
           
protected abstract  void AbstractJobManager.realRemoveJob(int jobId)
           
 void JobManager.removeJob(int jobId)
          Remove the information about the specified job
 void AbstractJobManager.removeJob(int jobId)
           
 

Uses of JobCannotBeRemovedException in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that throw JobCannotBeRemovedException
 void UIManager.removeJob(int jobId)
          Erases a specific job if it is not running.
 void MyGridUIManager.removeJob(int jobId)