Node Director
|
Implements the 'replay' director command replaying jobs stored using the record feature. More...
Public Member Functions | |
String | usage () |
return a one-line usage string | |
String | help () |
return a more verbose usage string (aka. | |
String[] | getOptDefinitions () |
return option definitions as used by Tools.getOpt() | |
void | run (Hashtable optvals) throws DirectorException |
main procedure | |
Public Member Functions inherited from sfi.director.cli.CLICommand | |
void | setOptions (Hashtable opts) |
sets options from a hash as returned by Tools.getOpts(). | |
Options | getOptions () |
Hashtable | getOptionsHash () |
Implements the 'replay' director command replaying jobs stored using the record feature.
|
virtual |
return option definitions as used by Tools.getOpt()
Implements sfi.director.cli.CLICommand.
|
virtual |
|
virtual |
main procedure
Implements sfi.director.cli.CLICommand.
References sfi.director.util.Tools.exit(), sfi.director.util.Tools.log(), and sfi.director.invoker.Recorder.replay().
|
virtual |
return a one-line usage string
Implements sfi.director.cli.CLICommand.