org.apache.qpid.management.web.action
Class ResourcesManagementAction
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
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
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 |
ResourcesManagementAction
public ResourcesManagementAction()
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