com.esri.arcgis.gisclient
Interface IAGSServerConnectionName2

All Superinterfaces:
IAGSServerConnectionName, java.io.Serializable
All Known Subinterfaces:
IAGSServerConnectionName3
All Known Implementing Classes:
AGSServerConnectionName, IAGSServerConnectionName2Proxy, IAGSServerConnectionName3Proxy

public interface IAGSServerConnectionName2
extends IAGSServerConnectionName, java.io.Serializable

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

Description: 'Provides access to members that supply GIS server connection name information.' 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 IIDc65dc76b_b454_4b35_83ec_e9082b57a56f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionName
IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d
 
Method Summary
 java.lang.String getConnectionString()
          The connection properties of the GIS server connection.
 java.lang.String getServerConnectionFactoryProgID()
          The programmatic ID of the server connection factory.
 void setConnectionString(java.lang.String connString)
          The connection properties of the GIS server connection.
 void setServerConnectionFactoryProgID(java.lang.String progID)
          The programmatic ID of the server connection factory.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionName
getConnectionProperties, getConnectionType, setConnectionProperties
 

Field Detail

IIDc65dc76b_b454_4b35_83ec_e9082b57a56f

static final int IIDc65dc76b_b454_4b35_83ec_e9082b57a56f
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

getConnectionString

java.lang.String getConnectionString()
                                     throws java.io.IOException,
                                            AutomationException
The connection properties of the GIS server connection.

Returns:
The connString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionString

void setConnectionString(java.lang.String connString)
                         throws java.io.IOException,
                                AutomationException
The connection properties of the GIS server connection.

Parameters:
connString - The connString (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerConnectionFactoryProgID

java.lang.String getServerConnectionFactoryProgID()
                                                  throws java.io.IOException,
                                                         AutomationException
The programmatic ID of the server connection factory.

Returns:
The progID
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerConnectionFactoryProgID

void setServerConnectionFactoryProgID(java.lang.String progID)
                                      throws java.io.IOException,
                                             AutomationException
The programmatic ID of the server connection factory.

Parameters:
progID - The progID (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.