org.apache.catalina.manager
public class JMXProxyServlet extends HttpServlet
| Field Summary | |
|---|---|
| protected MBeanServer | mBeanServer
MBean server. |
| protected Registry | registry |
| Method Summary | |
|---|---|
| void | doGet(HttpServletRequest request, HttpServletResponse response)
Process a GET request for the specified resource.
|
| String | escape(String value) |
| void | getAttribute(PrintWriter writer, String onameStr, String att) |
| void | init()
Initialize this servlet. |
| boolean | isSupported(String type) |
| void | listBeans(PrintWriter writer, String qry) |
| void | setAttribute(PrintWriter writer, String onameStr, String att, String val) |
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