org.jboss.jmx.adaptor.html
Class ClusteredConsoleServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.jboss.jmx.adaptor.html.ClusteredConsoleServlet

public class ClusteredConsoleServlet
extends HttpServlet

A servlet that provides the cluster view bootstrap index for the jmx-console cluster frame.

See Also:
Serialized Form

Constructor Summary
ClusteredConsoleServlet()
          Creates a new instance of HtmlAdaptor
 
Method Summary
 void destroy()
           
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
protected  void doPost(HttpServletRequest request, HttpServletResponse response)
           
 void init(ServletConfig config)
           
protected  void processRequest(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteredConsoleServlet

public ClusteredConsoleServlet()
Creates a new instance of HtmlAdaptor

Method Detail

init

public void init(ServletConfig config)
          throws ServletException
Throws:
ServletException

destroy

public void destroy()

doGet

protected void doGet(HttpServletRequest request,
                     HttpServletResponse response)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

protected void doPost(HttpServletRequest request,
                      HttpServletResponse response)
               throws ServletException,
                      java.io.IOException
Throws:
ServletException
java.io.IOException

processRequest

protected void processRequest(HttpServletRequest request,
                              HttpServletResponse response)
                       throws ServletException,
                              java.io.IOException
Throws:
ServletException
java.io.IOException