public interface IAGSServerConnectionName2 extends IAGSServerConnectionName, 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 |
IIDc65dc76b_b454_4b35_83ec_e9082b57a56f |
static int |
xxDummy
Deprecated.
Internal use only
|
IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d
Modifier and Type | Method and Description |
---|---|
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.
|
getConnectionProperties, getConnectionType, setConnectionProperties
static final int IIDc65dc76b_b454_4b35_83ec_e9082b57a56f
static final int xxDummy
static final java.lang.String IID
java.lang.String getConnectionString() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConnectionString(java.lang.String connString) throws java.io.IOException, AutomationException
connString
- The connString (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getServerConnectionFactoryProgID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setServerConnectionFactoryProgID(java.lang.String progID) throws java.io.IOException, AutomationException
progID
- The progID (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.