All Examples  This Package

Class examples.htmlkona.AudioDataDisplay

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

public class AudioDataDisplay
extends HttpServlet
Illustrates how to retrieve an audio clip from a DBMS using a WebLogic jDriver JDBC driver and dbKona.

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

Constructor Index

 o AudioDataDisplay()

Method Index

 o service(HttpServletRequest, HttpServletResponse)

Constructors

 o AudioDataDisplay
 public AudioDataDisplay()

Methods

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

All Examples  This Package