org.jboss.console.plugins.monitor
Class CreateSnapshotServlet

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

public class CreateSnapshotServlet
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
CreateSnapshotServlet()
           
 
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
 

Constructor Detail

CreateSnapshotServlet

public CreateSnapshotServlet()
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

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