Class OracleConnectInfoDialog

All Implemented Interfaces:
JDBCNodeConfigFieldsIfc, ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class OracleConnectInfoDialog extends JDialog implements ActionListener, JDBCNodeConfigFieldsIfc
This class will display a dialog allowing the user to enter the host, port and database instance ID for an Oracle database to be used by the JDBC OI node.
See Also:
  • Constructor Details

    • OracleConnectInfoDialog

      public OracleConnectInfoDialog(Frame owner, String title, String connURL)
      Construct the dialog used to allow the user to provide connection information for an Oracle database.
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
      connURL - A connection string containing host, port and sid information for an Oracle database.
  • Method Details

    • getConnectInfo

      public static String getConnectInfo(Frame owner, String title, String connURL)
      Launch the Oracle ConnectInfo dialog.
      Parameters:
      owner - The container from which this dialog is called.
      title - The text to be displayed as the dialog title.
      connURL - A connection string containing host, port and sid information for an Oracle database.
    • actionPerformed

      public void actionPerformed(ActionEvent event)
      Specified by:
      actionPerformed in interface ActionListener