wt.sysadm
Class SysAdmin
java.lang.Object
wt.sysadm.SysAdmin
- public class SysAdmin
- extends Object
The SysAdmin class represents the administrator program. It
includes a main method allowing it to serve as a CGI application,
but can also be used within a Servlet. This class is responsible
for abstracting the CGI/Servlet role so core class of this program
need not be aware of the difference. A new instance is created
for each request.
Constructor Summary |
SysAdmin()
Creates a new SysAdmin object. |
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
protected static final boolean VERBOSE
SysAdmin
public SysAdmin()
- Creates a new SysAdmin object.
processRequest
public void processRequest(SysAdminRequest request,
SysAdminResponse response)
throws IOException
- Process request received from the client.
- Throws:
IOException