|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
Object |
destroy()
Destroys this command - called after the command has been completed |
Object |
execute()
Executes this command |
Identity |
getIdentity()
Returns an identity for this command |
Command |
getParent()
Returns the parent of this command |
Object |
getResult()
Returns a result for this command once the status is COMPLETED |
Scope |
getScope()
Returns the scope associated with this command |
Status |
getStatus()
The status of this command |
Object |
init(Map args)
Used to init this command |
Object |
kill()
Kills this command |
Object |
resume()
Resumes this command |
void |
setStatusCode(int statusCode)
Sets the status of this Command |
Object |
suspend()
Suspends this command |
| 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 Object init(Map args)
throws Exception
args - - a mapping of variable name to variable value
Exception
public Object execute()
throws Exception
Exception
public Object suspend()
throws Exception
Exception
public Object resume()
throws Exception
Exception
public Object kill()
throws Exception
Exception
public Object destroy()
throws Exception
Exceptionpublic Object getResult()
public Scope getScope()
public Identity getIdentity()
public Command getParent()
public Status getStatus()
public void setStatusCode(int statusCode)
statusCode -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||