All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sgi.sysadm.manager.RApp
|
+----com.sgi.sysadm.manager.TaskManager
It is also possible to write subclasses of TaskManagerFrame, TaskManagerAction, and TaskManagerPanel that can be plugged into TaskManager, again by referring to those classes in the TaskManagerP.properites file.
XXX more details coming soon to a comment near you.
public TaskManager(String args[])
This constructor should be called when TaskManager is started from the command line. The product name must be specified via the -p option.
public TaskManager(String productName)
This constructor should be called when TaskManager is being launched from another application that has already logged in. The caller should next call initApp() and then run() to start the application.
public static void main(String args[])
Usage: java sysadm.manager.TaskManager -p
public RFrame createFrame()
public void run(HostContext hc,
RApp. RAppLaunchListener listener)
protected void launchApp(HostContext hc,
RApp. RAppLaunchListener listener)
public void setArgs(Vector args,
ResultListener listener)
Sets the following class fields: _productName
All Packages Class Hierarchy This Package Previous Next Index