public class StatusManagerServlet extends HttpServlet implements javax.management.NotificationListener
| Modifier and Type | Field and Description | 
|---|---|
| protected java.util.Vector<javax.management.ObjectName> | globalRequestProcessorsVector of global request processors object names. | 
| protected javax.management.MBeanServer | mBeanServerMBean server. | 
| protected java.util.Vector<javax.management.ObjectName> | protocolHandlersVector of protocol handlers object names. | 
| protected java.util.Vector<javax.management.ObjectName> | requestProcessorsVector of request processors object names. | 
| protected static StringManager | smThe string manager for this package. | 
| protected java.util.Vector<javax.management.ObjectName> | threadPoolsVector of thread pools object names. | 
| Constructor and Description | 
|---|
| StatusManagerServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | destroy()Finalize this servlet. | 
| void | doGet(HttpServletRequest request,
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. | 
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicegetInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, logprotected javax.management.MBeanServer mBeanServer
protected java.util.Vector<javax.management.ObjectName> protocolHandlers
protected java.util.Vector<javax.management.ObjectName> threadPools
protected java.util.Vector<javax.management.ObjectName> requestProcessors
protected java.util.Vector<javax.management.ObjectName> globalRequestProcessors
protected static final StringManager sm
public void init()
          throws ServletException
init in class GenericServletServletException - if an exception occurs that interrupts the servlet's
normal operationpublic void destroy()
destroy in interface Servletdestroy in class GenericServletpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException
doGet in class HttpServletrequest - The servlet request we are processingresponse - The servlet response we are creatingjava.io.IOException - if an input/output error occursServletException - 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.NotificationListenerCopyright © 2000-2015 Apache Software Foundation. All Rights Reserved.