com.bankframe.ei.servlet
Class StartupServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended bycom.bankframe.ei.servlet.EonServlet
              extended bycom.bankframe.ei.servlet.StartupServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class StartupServlet
extends EonServlet

See Also:
Serialized Form

Constructor Summary
StartupServlet()
           
 
Method Summary
 void destroy()
           
 void init(javax.servlet.ServletConfig arg0)
          This method is called during initialisation of the Servlet by the Servlet Container.
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This method is the entry point to the servlet
 
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
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

StartupServlet

public StartupServlet()
Method Detail

service

public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
Description copied from class: EonServlet
This method is the entry point to the servlet

Overrides:
service in class EonServlet
Throws:
javax.servlet.ServletException
java.io.IOException
See Also:
javax.servlet.http.HttpServlet#service(HttpServletRequest, HttpServletResponse)

init

public void init(javax.servlet.ServletConfig arg0)
          throws javax.servlet.ServletException
Description copied from class: EonServlet
This method is called during initialisation of the Servlet by the Servlet Container.

Specified by:
init in interface javax.servlet.Servlet
Overrides:
init in class EonServlet
Throws:
javax.servlet.ServletException
See Also:
Servlet.init(ServletConfig)

destroy

public void destroy()
See Also:
Servlet.destroy()


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