org.apache.catalina.manager
public class StatusManagerServlet extends HttpServlet implements NotificationListener
Version: $Revision: 467222 $ $Date: 2006-10-24 05:17:11 +0200 (Tue, 24 Oct 2006) $
Field Summary | |
---|---|
protected Vector | globalRequestProcessors
Vector of global request processors object names. |
protected MBeanServer | mBeanServer
MBean server. |
protected Vector | protocolHandlers
Vector of protocol handlers object names. |
protected Vector | requestProcessors
Vector of request processors object names. |
protected static StringManager | sm
The string manager for this package. |
protected Vector | threadPools
Vector of thread pools object names. |
Method Summary | |
---|---|
void | destroy()
Finalize this servlet. |
void | doGet(HttpServletRequest request, HttpServletResponse response)
Process a GET request for the specified resource.
|
void | handleNotification(Notification notification, Object handback) |
void | init()
Initialize this servlet. |
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