|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.ui.command.Status
public class Status
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 | |
---|---|
Status(UIManager manager)
|
Method Summary | |
---|---|
boolean |
configureEnvironment()
Determines if this command needs to configure environment before being executed |
void |
printGridStatus(java.lang.String[] args)
Prints MyGrid status |
static void |
printUsage()
Print's this class command line usage. |
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 |
---|
public Status(UIManager manager)
Method Detail |
---|
public int run(java.lang.String[] params)
run
in interface Command
public static void printUsage()
public void printGridStatus(java.lang.String[] args) throws java.rmi.RemoteException
java.rmi.RemoteException
- If, for some reason, MyGrid could not be
contacted.public boolean configureEnvironment()
Command
configureEnvironment
in interface Command
Command.configureEnvironment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |