|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.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 |
globalRequestProcessors
Vector of global request processors object names. |
protected javax.management.MBeanServer |
mBeanServer
MBean server. |
protected java.util.Vector |
protocolHandlers
Vector of protocol handlers object names. |
protected java.util.Vector |
requestProcessors
Vector of request processors object names. |
protected static StringManager |
sm
The string manager for this package. |
protected java.util.Vector |
threadPools
Vector 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.GenericServlet
javax.servlet.ServletException
- if an exception occurs that
interrupts the servlet's
normal operationpublic void destroy()
destroy
in interface javax.servlet.Servlet
destroy
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.HttpServlet
request
- 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 |