|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.mygrid.ui.command.Stopper
public class Stopper
Description: This class is responsible to stop mygrid. This can be made by getting an instance from Stopper and using its API or through mygrid stop script.
Constructor Summary | |
---|---|
Stopper(UIManager manager)
|
Method Summary | |
---|---|
boolean |
configureEnvironment()
Determines if this command needs to configure environment before being executed |
int |
run(java.lang.String[] params)
Executes the main function of the command that implements this. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Stopper(UIManager manager)
Method Detail |
---|
public int run(java.lang.String[] params)
Command
run
in interface Command
Command.run(java.lang.String[])
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 |