com.bankframe.ei.channel.server
Class SessionAffinityTest

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.channel.server.SessionAffinityTest
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class SessionAffinityTest
extends EonServlet

See Also:
Serialized Form

Constructor Summary
SessionAffinityTest()
           
 
Method Summary
 void init(ServletConfig config)
          This method does some intialization (sets up codecs/datapackethandler)
 void service(HttpServletRequest req, HttpServletResponse res)
          This method delegates the request to the doPost() or doGet() method.
 
Methods inherited from class com.bankframe.ei.servlet.EonServlet
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

SessionAffinityTest

public SessionAffinityTest()
Method Detail

service

public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    IOException
This method delegates the request to the doPost() or doGet() method.

Overrides:
service in class EonServlet
Parameters:
req - The request object
res - The response object
Throws:
ServletException
IOException

init

public void init(ServletConfig config)
          throws ServletException
This method does some intialization (sets up codecs/datapackethandler)

Specified by:
init in interface Servlet
Overrides:
init in class EonServlet
Throws:
ServletException


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