org.ow2.jonas.webapp.jonasadmin.clusterd.servlet
Class MemoryGraphRemoteHostServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.ow2.jonas.webapp.jonasadmin.clusterd.servlet.MemoryGraphRemoteHostServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class MemoryGraphRemoteHostServlet
- extends HttpServlet
- 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 |
MemoryGraphRemoteHostServlet
public MemoryGraphRemoteHostServlet()
doGet
public void doGet(HttpServletRequest req,
HttpServletResponse res)
throws IOException,
ServletException
- Respond to a GET request for the content produced by
this servlet.
- Overrides:
doGet in class HttpServlet
- Parameters:
req - The servlet request we are processingres - The servlet response we are producing
- Throws:
IOException - if an input/output error occurs
ServletException - if a servlet error occurs
Copyright © 2010 OW2 Consortium. All Rights Reserved.