All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.beans.demos.travel.flight.CreateDB

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----com.ibm.beans.demos.travel.flight.CreateDB

public class CreateDB
extends Frame
implements ActionListener

This class builds an example database that can be used in the remote travel demo. The database is built with the help of beans from the "com.ibm.beans.samples.daps.sql" package. These beans utilize the JDBC Java capabilities. The database is built from values defined in the "com.ibm.beans.demos.travel.flight.FlightResourceBundle".


Constructor Index

 o CreateDB()
Constructs an instance of the CreateDB class.

Method Index

 o actionPerformed(ActionEvent)
Dismiss the frame when the OK button is pressed.
 o main(String[])

Constructors

 o CreateDB
 public CreateDB()
Constructs an instance of the CreateDB class.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent evt)
Dismiss the frame when the OK button is pressed.

Parameters:
evt - An action event.
 o main
 public static void main(String argv[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index