com.esri.arcgis.gisclient
Interface IAGSServerConnectionName

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

public interface IAGSServerConnectionName
extends java.io.Serializable

COM Interface 'IAGSServerConnectionName'. Generated 3/19/2015 1:20:53 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 IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getConnectionProperties()
          The connection properties of the AGSServerConnectionName.
 int getConnectionType()
          The type of the associated GIS server connection.
 void setConnectionProperties(IPropertySet ppConnProps)
          The connection properties of the AGSServerConnectionName.
 

Field Detail

IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d

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

setConnectionProperties

void setConnectionProperties(IPropertySet ppConnProps)
                             throws java.io.IOException,
                                    AutomationException
The connection properties of the AGSServerConnectionName.

Parameters:
ppConnProps - A reference to a com.esri.arcgis.system.IPropertySet (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionProperties

IPropertySet getConnectionProperties()
                                     throws java.io.IOException,
                                            AutomationException
The connection properties of the AGSServerConnectionName.

Returns:
A reference to a com.esri.arcgis.system.IPropertySet
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getConnectionType

int getConnectionType()
                      throws java.io.IOException,
                             AutomationException
The type of the associated GIS server connection.

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