com.bankframe.ei.servlet
Class UserGroupServlet

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.servlet.UserGroupServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class UserGroupServlet
extends EonServlet

This class is the servlet that is used to create and remove users and groups in BankFrame MCA

See Also:
Serialized Form

Constructor Summary
UserGroupServlet()
           
 
Method Summary
 String getServletInfo()
          This method returns a string that describes this servlet.
 void service(HttpServletRequest req, HttpServletResponse res)
          This method is the entry point to 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, getServletName, init, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserGroupServlet

public UserGroupServlet()
Method Detail

getServletInfo

public String getServletInfo()
This method returns a string that describes this servlet.

Specified by:
getServletInfo in interface Servlet
Overrides:
getServletInfo in class GenericServlet

service

public void service(HttpServletRequest req,
                    HttpServletResponse res)
             throws ServletException,
                    IOException
This method is the entry point to the servlet

Overrides:
service in class EonServlet
Throws:
ServletException
IOException


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