All Packages Class Hierarchy This Package Previous Next Index
Class com.sgi.sysadm.manager.RunTask
java.lang.Object
|
+----com.sgi.sysadm.manager.RApp
|
+----com.sgi.sysadm.manager.RunTask
- public class RunTask
- extends RApp
-
RunTask(String[])
- Constructor.
-
createFrame()
-
-
launchApp(HostContext, RApp. RAppLaunchListener)
-
-
main(String[])
- Launch a Task from the command line.
-
setArgs(Vector, ResultListener)
- Parse the command line arguments.
RunTask
public RunTask(String args[])
- Constructor.
main
public static void main(String args[])
- Launch a Task from the command line. Additional RAapp
operands may be specified.
Usage: java sysadm.manager.RunTask \
[-d key=value] [operands]
-d key=value
Set the value of public TaskData attribute 'key'
task name
package.taskname to launch.
operands
Task specific operands, if any.
- Parameters:
- args - List of command line arguments.
- See Also:
- RApp
createFrame
public RFrame createFrame()
- Overrides:
- createFrame in class RApp
- See Also:
- createFrame
launchApp
protected void launchApp(HostContext hostContext,
RApp. RAppLaunchListener listener)
- Overrides:
- launchApp in class RApp
- See Also:
- launchApp
setArgs
public void setArgs(Vector args,
ResultListener listener)
- Parse the command line arguments.
Sets the following class fields:
_taskName
_dataAttrs
_operands
- Parameters:
- args - List of command line arguments
- listener - Listener to notify of success or failure.
- Overrides:
- setArgs in class RApp
All Packages Class Hierarchy This Package Previous Next Index