com.esri.arcgis.carto
Interface IACMapAdmin

All Superinterfaces:
Serializable
All Known Implementing Classes:
ACMap

public interface IACMapAdmin
extends Serializable

Provides access to connecting to an ArcIMS map service.

Product Availability

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


Method Summary
 void connect(IIMSAxlRequest request)
          Connects to the ArcIMS service.
 

Method Detail

connect

void connect(IIMSAxlRequest request)
             throws IOException,
                    AutomationException
Connects to the ArcIMS service.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

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