com.esri.arcgis.gisclient
Interface IAGSServerConnection

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
IAGSServerConnection2, IAGSServerConnection3, IAGSServerConnection4
All Known Implementing Classes:
AGSServerConnection, IAGSServerConnection2Proxy, IAGSServerConnection3Proxy, IAGSServerConnection4Proxy, IAGSServerConnectionProxy

public interface IAGSServerConnection
extends java.io.Serializable

COM Interface 'IAGSServerConnection'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID657f65fd_9795_40b4_b1ce_e235ef08614c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID657f65fd_9795_40b4_b1ce_e235ef08614c

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

setName

void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The name of the connection.

Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the connection.

Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getServerObjectNames

IAGSEnumServerObjectName getServerObjectNames()
                                              throws java.io.IOException,
                                                     AutomationException
The ServerObjectNames in the GIS server.

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

getFullName

IName getFullName()
                  throws java.io.IOException,
                         AutomationException
The AGSServerConnectionName object assiated with the GIS server connection.

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

setFullNameByRef

void setFullNameByRef(IName ppNameObject)
                      throws java.io.IOException,
                             AutomationException
The AGSServerConnectionName object assiated with the GIS server connection.

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