Class Server_transactions

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

public class Server_transactions
extends HttpServlet

Constructor Index

 o Server_transactions()

Method Index

 o doPost(HttpServletRequest, HttpServletResponse)
 o init(ServletConfig)

Constructors

 o Server_transactions
 public Server_transactions()

Methods

 o init
 public void init(ServletConfig config) throws ServletException
Overrides:
init in class GenericServlet
 o doPost
 public void doPost(HttpServletRequest req,
                    HttpServletResponse res) throws ServletException, IOException
Overrides:
doPost in class HttpServlet