public interface IAGSServerConnectionName
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d
static final int xxDummy
static final java.lang.String IID
void setConnectionProperties(IPropertySet ppConnProps) throws java.io.IOException, AutomationException
ppConnProps
- A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPropertySet getConnectionProperties() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getConnectionType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.