com.ibm.redback.threadpool
Class SA

java.lang.Object
  |
  +--javax.servlet.GenericServlet
        |
        +--javax.servlet.http.HttpServlet
              |
              +--com.ibm.redback.threadpool.SA
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class SA
extends javax.servlet.http.HttpServlet

Title: RedBack RedBeans and related packages Project Description: Copyright: Copyright (c) 2001 Company: eTeam Software Pty Ltd

See Also:
Serialized Form

Field Summary
protected static java.lang.String GPATH
           
protected static java.lang.String PATH
           
protected static java.lang.String TPACCSTATUS_PAGE
           
protected static java.lang.String TPACCT_DET
           
protected static java.lang.String TPLOG
           
protected static java.lang.String TPSTATUS_PAGE
           
 
Constructor Summary
SA()
           
 
Method Summary
 void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 void refresh()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PATH

protected static final java.lang.String PATH

GPATH

protected static final java.lang.String GPATH

TPSTATUS_PAGE

protected static final java.lang.String TPSTATUS_PAGE

TPACCSTATUS_PAGE

protected static final java.lang.String TPACCSTATUS_PAGE

TPACCT_DET

protected static final java.lang.String TPACCT_DET

TPLOG

protected static final java.lang.String TPLOG
Constructor Detail

SA

public SA()
Method Detail

refresh

public void refresh()

doGet

public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
Overrides:
doGet in class javax.servlet.http.HttpServlet