Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

oracle.jdeveloper.runner
Class RemoteConnectDialog

java.lang.Object
  extended by oracle.jdeveloper.runner.RemoteConnectDialog

public final class RemoteConnectDialog
extends java.lang.Object

The RemoteConnectDialog class displays a dialog box from which the user can specify remote connection parameters.

The RemoteConnectDialog class is used by the debugger and profiler.


Method Summary
static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks)
          Shows the remote connect dialog with the specified title and parameters.
static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks, boolean[] save)
          Shows the remote connect dialog with the specified title, parameters, and save checkbox.
static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks, boolean[] save, java.lang.String helpId)
          Shows the remote connect dialog with the specified title, parameters, save checkbox, and help topic id.
static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks, boolean[] save, java.lang.String helpId, boolean[] isAttachPid)
          Shows the remote connect dialog with the specified title, parameters, save checkbox, and help topic id.
static boolean showRemoteConnectDialog(java.lang.String title, java.lang.String[] names, java.lang.String[] values, boolean[] allowBlanks, java.lang.String helpId)
          Shows the remote connect dialog with the specified title, parameters, and help topic id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

showRemoteConnectDialog

public static boolean showRemoteConnectDialog(java.lang.String title,
                                              java.lang.String[] names,
                                              java.lang.String[] values,
                                              boolean[] allowBlanks)
Shows the remote connect dialog with the specified title and parameters.

Parameters:
title - the title for the dialog box
names - the names of the remote connection parameters
values - the values of the remote connection parameters
allowBlanks - whether the parameter can be left blank

showRemoteConnectDialog

public static boolean showRemoteConnectDialog(java.lang.String title,
                                              java.lang.String[] names,
                                              java.lang.String[] values,
                                              boolean[] allowBlanks,
                                              java.lang.String helpId)
Shows the remote connect dialog with the specified title, parameters, and help topic id.

This method allows the caller to specify a help topic id.

Parameters:
title - the title for the dialog box
names - the names of the remote connection parameters
values - the values of the remote connection parameters
allowBlanks - whether the parameter can be left blank
helpId - the help topic id

showRemoteConnectDialog

public static boolean showRemoteConnectDialog(java.lang.String title,
                                              java.lang.String[] names,
                                              java.lang.String[] values,
                                              boolean[] allowBlanks,
                                              boolean[] save)
Shows the remote connect dialog with the specified title, parameters, and save checkbox.

This method allows the caller to specify that the Save Paremeters check box should be displayed. If the save parameter is null, it means that the Save Parameters check box should not be displayed. If the save parameter is a boolean array with length 1, it means that the Save Parameters check box should be displayed. The state of the checkbox will be returned in the array element.

Parameters:
title - the title for the dialog box
names - the names of the remote connection parameters
values - the values of the remote connection parameters
allowBlanks - whether the parameter can be left blank
save - whether to display the Save Parameters check box

showRemoteConnectDialog

public static boolean showRemoteConnectDialog(java.lang.String title,
                                              java.lang.String[] names,
                                              java.lang.String[] values,
                                              boolean[] allowBlanks,
                                              boolean[] save,
                                              java.lang.String helpId)
Shows the remote connect dialog with the specified title, parameters, save checkbox, and help topic id.

This method allows the caller to specify a help topic id.

This method allows the caller to specify that the Save Paremeters check box should be displayed. If the save parameter is null, it means that the Save Parameters check box should not be displayed. If the save parameter is a boolean array with length 1, it means that the Save Parameters check box should be displayed. The state of the checkbox will be returned in the array element.

Parameters:
title - the title for the dialog box
names - the names of the remote connection parameters
values - the values of the remote connection parameters
allowBlanks - whether the parameter can be left blank
save - whether to display the Save Parameters check box
helpId - the help topic id

showRemoteConnectDialog

public static boolean showRemoteConnectDialog(java.lang.String title,
                                              java.lang.String[] names,
                                              java.lang.String[] values,
                                              boolean[] allowBlanks,
                                              boolean[] save,
                                              java.lang.String helpId,
                                              boolean[] isAttachPid)
Shows the remote connect dialog with the specified title, parameters, save checkbox, and help topic id.

This method allows the caller to specify a help topic id.

This method allows the caller to specify that the Save Paremeters check box should be displayed. If the save parameter is null, it means that the Save Parameters check box should not be displayed. If the save parameter is a boolean array with length 1, it means that the Save Parameters check box should be displayed. The state of the checkbox will be returned in the array element.

Parameters:
title - the title for the dialog box
names - the names of the remote connection parameters
values - the values of the remote connection parameters
allowBlanks - whether the parameter can be left blank
save - whether to display the Save Parameters check box
helpId - the help topic id
isAttachPid - If it is a JPDA attach case we can attach to VM using PID or to live VM using PID (for JDK 6 + only)

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.0.0)

E17493-01

Copyright © 1997, 2011, Oracle. All rights reserved.