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:
java.io.Serializable, javax.servlet.Servlet, javax.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

Constructor Summary
StoreAndForwardServlet()
           
 
Method Summary
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This method handles a request for the servlet.
 
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

StoreAndForwardServlet

public StoreAndForwardServlet()
Method Detail

service

public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
This method handles a request for the servlet.

Overrides:
service in class EonServlet
javax.servlet.ServletException
java.io.IOException


Copyright © 2005 Siebel Systems, Inc. All rights reserved.