| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.catalina.manager.StatusManagerServlet
public class StatusManagerServlet
This servlet will display a complete status of the HTTP/1.1 connector.
| Field Summary | |
|---|---|
| protected  java.util.Vector | globalRequestProcessorsVector of global request processors object names. | 
| protected  javax.management.MBeanServer | mBeanServerMBean server. | 
| protected  java.util.Vector | protocolHandlersVector of protocol handlers object names. | 
| protected  java.util.Vector | requestProcessorsVector of request processors object names. | 
| protected static StringManager | smThe string manager for this package. | 
| protected  java.util.Vector | threadPoolsVector of thread pools object names. | 
| Constructor Summary | |
|---|---|
| StatusManagerServlet() | |
| Method Summary | |
|---|---|
|  void | destroy()Finalize this servlet. | 
|  void | doGet(javax.servlet.http.HttpServletRequest request,
      javax.servlet.http.HttpServletResponse response)Process a GET request for the specified resource. | 
|  void | handleNotification(javax.management.Notification notification,
                   java.lang.Object handback) | 
|  void | init()Initialize this servlet. | 
| Methods inherited from class javax.servlet.http.HttpServlet | 
|---|
| doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service | 
| Methods inherited from class javax.servlet.GenericServlet | 
|---|
| getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected javax.management.MBeanServer mBeanServer
protected java.util.Vector protocolHandlers
protected java.util.Vector threadPools
protected java.util.Vector requestProcessors
protected java.util.Vector globalRequestProcessors
protected static StringManager sm
| Constructor Detail | 
|---|
public StatusManagerServlet()
| Method Detail | 
|---|
public void init()
          throws javax.servlet.ServletException
init in class javax.servlet.GenericServletjavax.servlet.ServletException - if an exception occurs that
                                        interrupts the servlet's
                                        normal operationpublic void destroy()
destroy in interface javax.servlet.Servletdestroy in class javax.servlet.GenericServlet
public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws java.io.IOException,
                  javax.servlet.ServletException
doGet in class javax.servlet.http.HttpServletrequest - The servlet request we are processingresponse - The servlet response we are creating
java.io.IOException - if an input/output error occurs
javax.servlet.ServletException - if a servlet-specified error occursServletResponse.setContentType(java.lang.String)
public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handback)
handleNotification in interface javax.management.NotificationListener| 
 | Apache Tomcat 6.0.53 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||