org.ourgrid.mygrid.ui.command
Class GUIStarter

java.lang.Object
  extended by org.ourgrid.mygrid.ui.command.GUIStarter
All Implemented Interfaces:
Command

public class GUIStarter
extends java.lang.Object
implements Command

Description: This class is responsible to print mygrid current job and gums state. This can be made by getting an instance from Status and using its API or through mygrid status script.


Constructor Summary
GUIStarter()
           
 
Method Summary
 boolean configureEnvironment()
          Determines if this command needs to configure environment before being executed
 int run(java.lang.String[] params)
          Main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GUIStarter

public GUIStarter()
Method Detail

run

public int run(java.lang.String[] params)
Main method. This method should be called with no command line arguments

Specified by:
run in interface Command

configureEnvironment

public boolean configureEnvironment()
Description copied from interface: Command
Determines if this command needs to configure environment before being executed

Specified by:
configureEnvironment in interface Command
Returns:
true if this command needs to configure environment before. False, otherwise.
See Also:
Command.configureEnvironment()