com.esri.arcgis.geoprocessing
Interface IGPExportWebMapExtensionImpl

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IGPExportWebMapExtensionImplProxy

public interface IGPExportWebMapExtensionImpl
extends java.io.Serializable

COM Interface 'IGPExportWebMapExtensionImpl'. Generated 3/19/2015 1:20:59 PM from 'C:\ArcGIS\COM\esriGeoprocessing.olb'

Description: 'Provides the server connections information to the ExportWebMap tool extension.' 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 IIDe6842100_bc1c_4f44_9690_25ea099d4608
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IArray getServerConnections()
          Returns the names of the available tools.
 void putServerConnections(IArray pServerConnections)
          Returns the names of the available tools.
 

Field Detail

IIDe6842100_bc1c_4f44_9690_25ea099d4608

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

putServerConnections

void putServerConnections(IArray pServerConnections)
                          throws java.io.IOException,
                                 AutomationException
Returns the names of the available tools.

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

getServerConnections

IArray getServerConnections()
                            throws java.io.IOException,
                                   AutomationException
Returns the names of the available tools.

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