org.apache.qpid.management.web.action
Class JmxPerspectiveAction

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.qpid.management.web.action.JmxPerspectiveAction
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class JmxPerspectiveAction
extends HttpServlet

This controller is responsible to provide a jmx perspective of a specific resource. That means that this controller is querying the Platform MBean server in order to get metadata for the requested mbean. After that metadata will be forwarded to the appropriate view page and therefore will be shown on the Admin console.

See Also:
Serialized Form

Nested Class Summary
(package private) static interface JmxPerspectiveAction.JavaToHtmlAdapter
          Adapter interface for converting objects on html strings.
 
Constructor Summary
JmxPerspectiveAction()
           
 
Method Summary
 void init()
           
protected  void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxPerspectiveAction

public JmxPerspectiveAction()
Method Detail

init

public void init()
          throws ServletException
Overrides:
init in class GenericServlet
Throws:
ServletException

service

protected void service(HttpServletRequest request,
                       HttpServletResponse response)
                throws ServletException,
                       IOException
Overrides:
service in class HttpServlet
Throws:
ServletException
IOException


Licensed to the Apache Software Foundation