public interface IAGSServerConnection
extends java.io.Serializable
Description: 'Provides access to members that have information about the GIS server connection..' 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 |
IID657f65fd_9795_40b4_b1ce_e235ef08614c |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IName |
getFullName()
The AGSServerConnectionName object assiated with the GIS server connection.
|
java.lang.String |
getName()
The name of the connection.
|
IAGSEnumServerObjectName |
getServerObjectNames()
The ServerObjectNames in the GIS server.
|
void |
setFullNameByRef(IName ppNameObject)
The AGSServerConnectionName object assiated with the GIS server connection.
|
void |
setName(java.lang.String name)
The name of the connection.
|
static final int IID657f65fd_9795_40b4_b1ce_e235ef08614c
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IAGSEnumServerObjectName getServerObjectNames() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IName getFullName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFullNameByRef(IName ppNameObject) throws java.io.IOException, AutomationException
ppNameObject
- A reference to a com.esri.arcgis.system.IName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.