|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
void |
addCommand(Command command)
Adds a command to the commands submitted to this program |
void |
createAndExecuteCommand(Map args)
Calls createCommand(Map args).execute() |
Command |
createCommand(Map args)
Creates a command |
void |
executeCommand(Command command)
To run a command (ie calls command.execute change states while it runs) |
Collection |
getCommands()
Returns a collection of the commands submitted |
void |
removeCommand(Command command)
Removes a command from the commands submitted to this program |
| Methods inherited from interface org.globus.cog.gridshell.interfaces.Command |
destroy, execute, getIdentity, getParent, getResult, getScope, getStatus, init, kill, resume, setStatusCode, suspend |
| Methods inherited from interface java.lang.Runnable |
run |
| Methods inherited from interface org.globus.cog.gridshell.interfaces.PropertyChangeNotifier |
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Method Detail |
public Collection getCommands()
public void addCommand(Command command)
command - public void removeCommand(Command command)
command -
public Command createCommand(Map args)
throws Exception
args -
Exceptionpublic void executeCommand(Command command)
command - public void createAndExecuteCommand(Map args)
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||