org.ourgrid.peer.ui.command
Class GUIStarter

java.lang.Object
  extended by org.ourgrid.peer.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()
          Default constructor
 
Method Summary
 void run(java.lang.String[] params, UIManager manager)
          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()
Default constructor

Method Detail

run

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

Specified by:
run in interface Command