com.esri.arcgis.gisclient
Interface IAGSServerConnectionFactory3

All Superinterfaces:
IAGSServerConnectionFactory, IAGSServerConnectionFactory2, java.io.Serializable
All Known Implementing Classes:
AGSServerConnectionFactory, IAGSServerConnectionFactory3Proxy

public interface IAGSServerConnectionFactory3
extends IAGSServerConnectionFactory2, java.io.Serializable

COM Interface 'IAGSServerConnectionFactory3'. 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 IID02d56c6d_9134_42c7_b6b0_6804a125b7a9
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionFactory2
IID0264ca94_b0eb_435f_9d3a_5fcc5da0fbae
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionFactory
IID6047c9fc_2d91_420a_a5a2_eb36b7e2fea2
 
Method Summary
 IEnumAGSServerConnectionName getHostedServers(int hWnd)
          Returns server object names for the hosted servers accessible to the user.
 IAGSServerConnectionName getInServerConnectionName()
          Returns a server connection name that can be used to connect to the server from within a server process.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionFactory2
getDefaultHttpTimeout, openFromFile, readConnectionPropertiesFromFile, setDefaultHttpTimeout
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnectionFactory
open
 

Field Detail

IID02d56c6d_9134_42c7_b6b0_6804a125b7a9

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

getHostedServers

IEnumAGSServerConnectionName getHostedServers(int hWnd)
                                              throws java.io.IOException,
                                                     AutomationException
Returns server object names for the hosted servers accessible to the user.

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

getInServerConnectionName

IAGSServerConnectionName getInServerConnectionName()
                                                   throws java.io.IOException,
                                                          AutomationException
Returns a server connection name that can be used to connect to the server from within a server process. Fails if run outside a server process.

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