org.apache.qpid.management.web.action
Class JmxPerspectiveAction
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmxPerspectiveAction
public JmxPerspectiveAction()
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