All Examples  This Package

Class examples.htmlkona.StoredProcResults

java.lang.Object
   |
   +----javax.servlet.GenericServlet
           |
           +----javax.servlet.http.HttpServlet
                   |
                   +----examples.htmlkona.StoredProcResults

public class StoredProcResults
extends HttpServlet
This servlet shows how to use JDBC stored procedures to carry out tasks, the results of which you display on a page.

Author:
Copyright (c) 1996-2000 by BEA Systems, Inc. All Rights Reserved.

Constructor Index

 o StoredProcResults()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o StoredProcResults
 public StoredProcResults()

Methods

 o service
 public synchronized void service(HttpServletRequest req,
                                  HttpServletResponse res) throws IOException
Overrides:
service in class HttpServlet

All Examples  This Package