wt.sysadm
Class SysAdminMain

java.lang.Object
  extended bywt.sysadm.SysAdminMain

public class SysAdminMain
extends Object

The SysAdmin application main. This class contains the main method executed when starting the System Admin program as a CGI program.


Field Summary
private static boolean verbose
           
private static String versionID
           
 
Constructor Summary
SysAdminMain()
           
 
Method Summary
static void main(String[] args)
          Main routine for use by WTSACGI wrapper.
private static void run(OutputStream cgi_out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionID

private static final String versionID
See Also:
Constant Field Values

verbose

private static boolean verbose
Constructor Detail

SysAdminMain

public SysAdminMain()
Method Detail

main

public static void main(String[] args)
                 throws IOException
Main routine for use by WTSACGI wrapper.

Parameters:
args - String WTSACGI environment variables.
Throws:
IOException

run

private static void run(OutputStream cgi_out)
                 throws IOException
Throws:
IOException