Uses of Class
org.ourgrid.mygrid.ui.exception.CouldNotAddJobOutsideHomeMachineException

Packages that use CouldNotAddJobOutsideHomeMachineException
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.test   
 

Uses of CouldNotAddJobOutsideHomeMachineException in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that throw CouldNotAddJobOutsideHomeMachineException
 int UIManager.addJob(JobSpec theJob)
          Adds a job to be executed by Mygrid.
 int UIManager.addJob(java.lang.String descriptionFilePath)
          Deprecated. 
 int MyGridUIManager.addJob(java.lang.String descriptionFilePath)
          Deprecated. 
 

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

Methods in org.ourgrid.mygrid.ui.test that throw CouldNotAddJobOutsideHomeMachineException
 void MyGridJobCancellerTest.testCorrectJobCancel()
           
 void JobExpecterTest.testCorrectWaitForJob()
           
 void MyGridJobAdderTest.testJobAdd()