Uses of Interface
org.ourgrid.mygrid.ui.command.Command

Packages that use Command
org.ourgrid.mygrid.ui.command   
 

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

Classes in org.ourgrid.mygrid.ui.command that implement Command
 class CommandManagerTest
           
 class EnvironmentConfigurator
          This class checks and configures the configuration files directory, i.e.
 class GridSetter
           
 class GUIStarter
          Description: This class is responsible to print mygrid current job and gums state.
 class JobAdder
          Description: This class is responsible to add new jobs to the scheduler.
 class JobCanceller
          Description: This class is responsible to send a cancel job request to the scheduler.
 class JobCleaner
           
 class JobExpecter
          Description: This class is responsible to wait for the end of a currently submitted job.
 class Starter
          The MyGrid main class.
 class Status
          Description: This class is responsible to print mygrid current job and gums state.
 class Stopper
          Description: This class is responsible to stop mygrid.
 

Methods in org.ourgrid.mygrid.ui.command with parameters of type Command
 void CommandManager.addNewCommand(java.lang.String command, Command gridCommand)