org.ow2.jonas.webapp.jonasadmin.monitoring.graph.servlets.server
Class TotalCommittedTransactionsServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.ow2.jonas.webapp.jonasadmin.monitoring.graph.servlets.server.TotalCommittedTransactionsServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class TotalCommittedTransactionsServlet
extends HttpServlet

See Also:
Serialized Form

Constructor Summary
TotalCommittedTransactionsServlet()
           
 
Method Summary
 void doGet(HttpServletRequest req, HttpServletResponse res)
          Respond to a GET request for the content produced by this servlet.
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
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
 

Constructor Detail

TotalCommittedTransactionsServlet

public TotalCommittedTransactionsServlet()
Method Detail

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 processing
res - 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.