SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan

org.sourcejammer.web.servlet
Class AppStats

org.sourcejammer.web.servlet.AppStats

public class AppStats

Title: SourceJammer v 0.1.0 Description: Copyright: Copyright (c) 2001 Company:


Constructor Summary
AppStats()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void doPost(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void init(javax.servlet.ServletConfig config)
          Initialize global variables and load the configuration information.
protected  void process(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
          Reload the system configuration information and send back a notification to the user.
 

Constructor Detail

AppStats

public AppStats()
Method Detail

init

public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
Initialize global variables and load the configuration information.
Parameters:
config - configuration data for the servlet from the web.xml file.
Throws:
org.sourcejammer.web.servlet.ServletException - thrown when there is an exception processing the configuration data.

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws javax.servlet.ServletException,
                  java.io.IOException

doPost

public void doPost(javax.servlet.http.HttpServletRequest request,
                   javax.servlet.http.HttpServletResponse response)
            throws javax.servlet.ServletException,
                   java.io.IOException

process

protected void process(javax.servlet.http.HttpServletRequest request,
                       javax.servlet.http.HttpServletResponse response)
                throws javax.servlet.ServletException,
                       java.io.IOException
Reload the system configuration information and send back a notification to the user.
Parameters:
request - HTTP object holding the request from the user.
response - HTTP response object - used to send back the response to the user.
Throws:
org.sourcejammer.web.servlet.ServletException - thrown when there is a general exception while the servlet is processing the request.
java.io.IOException - thrown when there is a I/O error while the servlet is processing the request.

SourceJammer 1.3.0 November 20, 2002
Copyright (c) 2001, 2002 Robert MacGrogan