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.
-
ClientApplet()
-
-
getAppletInfo()
-
-
getParameter(String, String)
-
-
getParameterInfo()
-
-
main(String[])
-
-
paint(Graphics)
-
-
start()
-
-
stop()
- Close JDBC connection in the stop()
method.
ClientApplet
public ClientApplet()
getParameter
public String getParameter(String key,
String def)
start
public void start()
- Overrides:
- start in class Applet
getAppletInfo
public String getAppletInfo()
- Overrides:
- getAppletInfo in class Applet
getParameterInfo
public String[][] getParameterInfo()
- Overrides:
- getParameterInfo in class Applet
stop
public void stop()
- Close JDBC connection in the stop()
method.
- Overrides:
- stop in class Applet
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
main
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index