com.bankframe.ei.servlet
Class StoreQueueServlet
java.lang.Object
   javax.servlet.GenericServlet
javax.servlet.GenericServlet
       javax.servlet.http.HttpServlet
javax.servlet.http.HttpServlet
           com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.servlet.EonServlet
               com.bankframe.ei.servlet.StoreQueueServlet
com.bankframe.ei.servlet.StoreQueueServlet
- All Implemented Interfaces: 
- Serializable, Servlet, ServletConfig
- public class StoreQueueServlet 
- extends EonServlet
This class is the servlet that is used for testing. It accepts DataPacket
 requests to search for customers and to ammend customer details.
- See Also:
- Serialized Form
 
 
 
 
 
 
StoreQueueServlet
public StoreQueueServlet()
getServletName
public String getServletName()
- This method gets the name of this servlet
 
- 
- Specified by:
- getServletNamein interface- ServletConfig
- Overrides:
- getServletNamein class- GenericServlet
 
- 
 
service
public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    IOException
- This method handle a HTTP request.
 
- 
- Overrides:
- servicein class- EonServlet
 
- 
- Parameters:
- req- the Http request
- res- the Http response
- Throws:
- ServletException
- IOException
 
Copyright © 2005, 2007, Oracle. All rights reserved.