com.bankframe.ei.servlet
Class TimingPointServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.bankframe.ei.servlet.EonServlet
              extended by com.bankframe.ei.servlet.TimingPointServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class TimingPointServlet
extends EonServlet

This servlet allows used to administer timing points

See Also:
Serialized Form

Constructor Summary
TimingPointServlet()
           
 
Method Summary
 void service(HttpServletRequest req, HttpServletResponse res)
          This method will handle all incoming servlet requests
 
Methods inherited from class com.bankframe.ei.servlet.EonServlet
init, log
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimingPointServlet

public TimingPointServlet()
Method Detail

service

public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    IOException
This method will handle all incoming servlet requests

Overrides:
service in class EonServlet
Parameters:
req -
res -
Throws:
IOException
ServletException


Copyright © 2005, 2007, Oracle. All rights reserved.