com.esri.arcgis.geoprocessing
Interface IGPExportWebMapExtensionImpl

All Superinterfaces:
Serializable

public interface IGPExportWebMapExtensionImpl
extends Serializable

Provides the server connections information to the ExportWebMap tool extension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 IArray getServerConnections()
          Returns the names of the available tools.
 void putServerConnections(IArray pServerConnections)
          Returns the names of the available tools.
 

Method Detail

putServerConnections

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

getServerConnections

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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