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

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

public class ResourcesManagementAction
extends HttpServlet

This controller retrieves from QMan all the registered resources and organize that data in a model that is then forwarded to the appropriate view page. TODO : In the corresponding view page only one broker is displayed. A query should be made on QMan mbean in order to retrieve all connected broker and therefore a model for each of them should be created. In the corresponding weg page there should be a "tab" for each broker. Each tab should show only the objects belonging to that broker.

See Also:
Serialized Form

Constructor Summary
ResourcesManagementAction()
           
 
Method Summary
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, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourcesManagementAction

public ResourcesManagementAction()
Method Detail

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