All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class CAS.CAS.App_CasInterface

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

public class App_CasInterface
extends HttpServlet
This Class Dynamically instantiates the class depending upon the opcode sent to it by the Application and returns false into the response if opcode is invalid, the invoked class then uses its methods to supply the relevant information.


Variable Index

 o myCom

Constructor Index

 o App_CasInterface()

Method Index

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

Variables

 o myCom
 public static Connection myCom

Constructors

 o App_CasInterface
 public App_CasInterface()

Methods

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index