com.bankframe.ei.servlet
Class GroupAdministrationServlet

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

public class GroupAdministrationServlet
extends EonServlet

This class implements a servlet that is used to create and remove groups in BankFrame MCA

Author:
etu
See Also:
Serialized Form

Constructor Summary
GroupAdministrationServlet()
           
 
Method Summary
 void service(javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          This 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, getServletInfo, getServletName, init, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupAdministrationServlet

public GroupAdministrationServlet()
Method Detail

service

public void service(javax.servlet.http.HttpServletRequest req,
                    javax.servlet.http.HttpServletResponse res)
             throws javax.servlet.ServletException,
                    java.io.IOException
This is the entry point to the servlet

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


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