org.jboss.console.plugins.monitor
Class ClearMonitorAlertsServlet

java.lang.Object
  extended byjavax.servlet.http.HttpServlet
      extended byorg.jboss.console.plugins.monitor.ClearMonitorAlertsServlet

public class ClearMonitorAlertsServlet
extends javax.servlet.http.HttpServlet

Created by IntelliJ IDEA. User: wburke Date: Nov 25, 2003 Time: 5:53:01 PM To change this template use Options | File Templates.

See Also:
Serialized Form

Constructor Summary
ClearMonitorAlertsServlet()
           
 
Method Summary
protected  void doGet(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doit(HttpServletRequest req, HttpServletResponse resp)
           
protected  void doPost(HttpServletRequest req, HttpServletResponse resp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearMonitorAlertsServlet

public ClearMonitorAlertsServlet()
Method Detail

doGet

protected void doGet(HttpServletRequest req,
                     HttpServletResponse resp)
              throws ServletException,
                     java.io.IOException
Throws:
ServletException
java.io.IOException

doPost

protected void doPost(HttpServletRequest req,
                      HttpServletResponse resp)
               throws ServletException,
                      java.io.IOException
Throws:
ServletException
java.io.IOException

doit

protected void doit(HttpServletRequest req,
                    HttpServletResponse resp)
             throws ServletException,
                    java.io.IOException
Throws:
ServletException
java.io.IOException