All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class JBMSTours.applets.ClientApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----JBMSTours.applets.ClientApplet

public class ClientApplet
extends Applet
This sample program is a minimal applet showing JDBC access to Cloudscape running on the server. It runs queries and display corresponding results. This applet uses classes from client.jar and tools.jar. To run it, the Web server must be able to find the main Cloudscape library, client.jar, and tools.jar.


Constructor Index

 o ClientApplet()

Method Index

 o getAppletInfo()
 o getParameter(String, String)
 o getParameterInfo()
 o main(String[])
 o paint(Graphics)
 o start()
 o stop()
Close JDBC connection in the stop() method.

Constructors

 o ClientApplet
 public ClientApplet()

Methods

 o getParameter
 public String getParameter(String key,
                            String def)
 o start
 public void start()
Overrides:
start in class Applet
 o getAppletInfo
 public String getAppletInfo()
Overrides:
getAppletInfo in class Applet
 o getParameterInfo
 public String[][] getParameterInfo()
Overrides:
getParameterInfo in class Applet
 o stop
 public void stop()
Close JDBC connection in the stop() method.

Overrides:
stop in class Applet
 o paint
 public void paint(Graphics g)
Overrides:
paint in class Container
 o main
 public static void main(String args[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index