org.apache.catalina.manager

Class StatusManagerServlet

public class StatusManagerServlet extends HttpServlet implements NotificationListener

This servlet will display a complete status of the HTTP/1.1 connector.

Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $

Author: Remy Maucherat

Field Summary
protected VectorglobalRequestProcessors
Vector of global request processors object names.
protected MBeanServermBeanServer
MBean server.
protected VectorprotocolHandlers
Vector of protocol handlers object names.
protected VectorrequestProcessors
Vector of request processors object names.
protected static StringManagersm
The string manager for this package.
protected VectorthreadPools
Vector of thread pools object names.
Method Summary
voiddestroy()
Finalize this servlet.
voiddoGet(HttpServletRequest request, HttpServletResponse response)
Process a GET request for the specified resource.
voidhandleNotification(Notification notification, Object handback)
voidinit()
Initialize this servlet.

Field Detail

globalRequestProcessors

protected Vector globalRequestProcessors
Vector of global request processors object names.

mBeanServer

protected MBeanServer mBeanServer
MBean server.

protocolHandlers

protected Vector protocolHandlers
Vector of protocol handlers object names.

requestProcessors

protected Vector requestProcessors
Vector of request processors object names.

sm

protected static StringManager sm
The string manager for this package.

threadPools

protected Vector threadPools
Vector of thread pools object names.

Method Detail

destroy

public void destroy()
Finalize this servlet.

doGet

public void doGet(HttpServletRequest request, HttpServletResponse response)
Process a GET request for the specified resource.

Parameters: request The servlet request we are processing response The servlet response we are creating

Throws: IOException if an input/output error occurs ServletException if a servlet-specified error occurs

handleNotification

public void handleNotification(Notification notification, Object handback)

init

public void init()
Initialize this servlet.
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.