com.esri.arcgis.gisclient
Interface IAGSServerConnectionName3

All Superinterfaces:
IAGSServerConnectionName, IAGSServerConnectionName2, java.io.Serializable
All Known Implementing Classes:
IAGSServerConnectionName3Proxy

public interface IAGSServerConnectionName3
extends IAGSServerConnectionName2, java.io.Serializable

COM Interface 'IAGSServerConnectionName3'. 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 IID9fe30bfc_aa29_4763_bcc4_d9c1256427ea
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionName2
IIDc65dc76b_b454_4b35_83ec_e9082b57a56f
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionName
IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d
 
Method Summary
 int getConnectionMode()
          The connect mode.
 int getServerType()
          The ArcGIS server type.
 void setConnectionMode(int pConnMode)
          The connect mode.
 void setServerType(int pServerType)
          The ArcGIS server type.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionName2
getConnectionString, getServerConnectionFactoryProgID, setConnectionString, setServerConnectionFactoryProgID
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionName
getConnectionProperties, getConnectionType, setConnectionProperties
 

Field Detail

IID9fe30bfc_aa29_4763_bcc4_d9c1256427ea

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

getConnectionMode

int getConnectionMode()
                      throws java.io.IOException,
                             AutomationException
The connect mode.

Returns:
A com.esri.arcgis.gisclient.esriAGSConnectionMode constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setConnectionMode

void setConnectionMode(int pConnMode)
                       throws java.io.IOException,
                              AutomationException
The connect mode.

Parameters:
pConnMode - A com.esri.arcgis.gisclient.esriAGSConnectionMode constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerType

int getServerType()
                  throws java.io.IOException,
                         AutomationException
The ArcGIS server type.

Returns:
A com.esri.arcgis.gisclient.esriAGSServerType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setServerType

void setServerType(int pServerType)
                   throws java.io.IOException,
                          AutomationException
The ArcGIS server type.

Parameters:
pServerType - A com.esri.arcgis.gisclient.esriAGSServerType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.