public interface IAGSServerConnectionName3 extends IAGSServerConnectionName2, 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 |
IID9fe30bfc_aa29_4763_bcc4_d9c1256427ea |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDc65dc76b_b454_4b35_83ec_e9082b57a56f
IID298cce6a_4d86_40ee_8f4a_bebc419b9a4d
Modifier and Type | Method and Description |
---|---|
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.
|
getConnectionString, getServerConnectionFactoryProgID, setConnectionString, setServerConnectionFactoryProgID
getConnectionProperties, getConnectionType, setConnectionProperties
static final int IID9fe30bfc_aa29_4763_bcc4_d9c1256427ea
static final int xxDummy
static final java.lang.String IID
int getConnectionMode() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setConnectionMode(int pConnMode) throws java.io.IOException, AutomationException
pConnMode
- A com.esri.arcgis.gisclient.esriAGSConnectionMode constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getServerType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setServerType(int pServerType) throws java.io.IOException, AutomationException
pServerType
- A com.esri.arcgis.gisclient.esriAGSServerType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.