com.esri.arcgis.gisclient
Interface IAGSServerConnection3

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

public interface IAGSServerConnection3
extends IAGSServerConnection2, java.io.Serializable

COM Interface 'IAGSServerConnection3'. 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 IID20e6a647_de9e_4e4c_a301_640b9ab0d143
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection2
IID6921c52d_0d14_4d2c_8a80_a7873c1306ea
 
Fields inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection
IID657f65fd_9795_40b4_b1ce_e235ef08614c
 
Method Summary
 IStream getFile(java.lang.String uRL)
          Retrieves a file from the specified url.
 java.lang.Object getFileAsVariant(java.lang.String uRL)
          Retrieves the stream as variant from the specified url.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection2
getFolders, getServerObjectNamesEx
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerConnection
getFullName, getName, getServerObjectNames, setFullNameByRef, setName
 

Field Detail

IID20e6a647_de9e_4e4c_a301_640b9ab0d143

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

getFile

IStream getFile(java.lang.String uRL)
                throws java.io.IOException,
                       AutomationException
Retrieves a file from the specified url.

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

getFileAsVariant

java.lang.Object getFileAsVariant(java.lang.String uRL)
                                  throws java.io.IOException,
                                         AutomationException
Retrieves the stream as variant from the specified url.

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