wt.sysadm
Class SysAdminMain
java.lang.Object
wt.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.
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 |
versionID
private static final String versionID
- See Also:
- Constant Field Values
verbose
private static boolean verbose
SysAdminMain
public SysAdminMain()
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