org.jboss.console.plugins.monitor
Class CreateStringThresholdMonitorServlet
java.lang.Object
javax.servlet.http.HttpServlet
org.jboss.console.plugins.monitor.CreateStringThresholdMonitorServlet
- public class CreateStringThresholdMonitorServlet
- 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
Method Summary |
protected void |
doGet(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
doit(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
doPost(HttpServletRequest req,
HttpServletResponse resp)
|
protected void |
error(java.lang.String msg,
HttpServletRequest req,
HttpServletResponse resp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CreateStringThresholdMonitorServlet
public CreateStringThresholdMonitorServlet()
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
error
protected void error(java.lang.String msg,
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