Uses of Class
org.ourgrid.mygrid.ui.MyGridIsNotRunningException

Packages that use MyGridIsNotRunningException
org.ourgrid.mygrid.ui   
 

Uses of MyGridIsNotRunningException in org.ourgrid.mygrid.ui
 

Methods in org.ourgrid.mygrid.ui that throw MyGridIsNotRunningException
 void UIManager.stopMyGridService(boolean callExit)
          Stop MyGrid service.
 void MyGridUIManager.stopMyGridService(boolean callExit)
           
 void UIManager.stopMyGridService(boolean wait, boolean callExit)
          Stop MyGrid service.
 void MyGridUIManager.stopMyGridService(boolean wait, boolean callExit)
           
 void MyGridUIManagerTest.testStop2()