com.bankframe.ei.txnhandler.storeandforward
Class StoreAndForwardServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.bankframe.ei.servlet.EonServlet
com.bankframe.ei.txnhandler.storeandforward.StoreAndForwardServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class StoreAndForwardServlet
- extends EonServlet
This class is the servlet that administers the store and forward. It allows user
to view the three store and forward stores, forward request from the main store a
and clear the two other store, writing the results to file
- See Also:
- Serialized Form
StoreAndForwardServlet
public StoreAndForwardServlet()
service
public void service(HttpServletRequest req,
HttpServletResponse res)
throws ServletException,
IOException
- This method handles a request for the servlet.
- Overrides:
service
in class EonServlet
- Throws:
ServletException
IOException
Copyright © 2005, 2007, Oracle. All rights reserved.