com.esri.arcgis.gisclient
Interface IAGSServerConnection2

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

public interface IAGSServerConnection2
extends IAGSServerConnection, java.io.Serializable

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

Description: 'Provides access to members that create and open GIS server connections and supply server connection factory 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID6921c52d_0d14_4d2c_8a80_a7873c1306ea
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection
IID657f65fd_9795_40b4_b1ce_e235ef08614c
 
Method Summary
 IEnumBSTR getFolders(java.lang.String reserved)
          Returns an enumeration of folder names beneath the specified folder.
 IAGSEnumServerObjectName getServerObjectNamesEx(java.lang.String folderName)
          The ServerObjectNames in the GIS server folder.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection
getFullName, getName, getServerObjectNames, setFullNameByRef, setName
 

Field Detail

IID6921c52d_0d14_4d2c_8a80_a7873c1306ea

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

getServerObjectNamesEx

IAGSEnumServerObjectName getServerObjectNamesEx(java.lang.String folderName)
                                                throws java.io.IOException,
                                                       AutomationException
The ServerObjectNames in the GIS server folder.

Parameters:
folderName - The folderName (in)
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.

getFolders

IEnumBSTR getFolders(java.lang.String reserved)
                     throws java.io.IOException,
                            AutomationException
Returns an enumeration of folder names beneath the specified folder.

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