Class TalkSchedulerServlet

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----TalkSchedulerServlet

public class TalkSchedulerServlet
extends HttpServlet

Constructor Index

 o TalkSchedulerServlet()

Method Index

 o init(ServletConfig)
Ths init Method .
 o service(HttpServletRequest, HttpServletResponse)
The main Servlet doing the insertion

Constructors

 o TalkSchedulerServlet
 public TalkSchedulerServlet()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Ths init Method . Gets the connection

Overrides:
init in class GenericServlet
 o service
 public void service(HttpServletRequest request,
                     HttpServletResponse response) throws ServletException, IOException
The main Servlet doing the insertion

Overrides:
service in class HttpServlet