com.esri.arcgis.catalogUI
Interface IAGSConnectionAdminDialog

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
AddAGSDialog, AddAGSDiscoveryDialog, AGSConnectionAdminDialog, IAGSConnectionAdminDialogProxy

public interface IAGSConnectionAdminDialog
extends java.io.Serializable

COM Interface 'IAGSConnectionAdminDialog'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalogUI.olb'

Description: 'Provides access to members that control the Connection Admin Dialog.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDb2772436_4029_4b58_abd2_8e4ad62ea569
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IAGSServerConnection doModalCreateServerConnection(int hParent, java.lang.Object[] selectedResources)
          Displays the dialog to create a new server connection.
 void doModalUpdateServerConnection(int hParent, java.lang.Object[] selectedResources, IGxAGSConnection[] ppGxAGSConn)
          Displays the dialog to update an existing server connection.
 

Field Detail

IIDb2772436_4029_4b58_abd2_8e4ad62ea569

static final int IIDb2772436_4029_4b58_abd2_8e4ad62ea569
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

doModalCreateServerConnection

IAGSServerConnection doModalCreateServerConnection(int hParent,
                                                   java.lang.Object[] selectedResources)
                                                   throws java.io.IOException,
                                                          AutomationException
Displays the dialog to create a new server connection.

Parameters:
hParent - The hParent (A COM typedef) (in)
selectedResources - A Variant (in/out: use single element array)
Returns:
A reference to a com.esri.arcgis.gisclient.IAGSServerConnection
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

doModalUpdateServerConnection

void doModalUpdateServerConnection(int hParent,
                                   java.lang.Object[] selectedResources,
                                   IGxAGSConnection[] ppGxAGSConn)
                                   throws java.io.IOException,
                                          AutomationException
Displays the dialog to update an existing server connection.

Parameters:
hParent - The hParent (A COM typedef) (in)
selectedResources - A Variant (in/out: use single element array)
ppGxAGSConn - A reference to a com.esri.arcgis.catalog.IGxAGSConnection (in/out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.