com.esri.arcgis.carto
Interface IACMapAdmin

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ACMap, IACMapAdminProxy

public interface IACMapAdmin
extends java.io.Serializable

Provides access to connecting to an ArcIMS map service.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


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

Method Detail

connect

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

Supported Platforms

Windows, Solaris, Linux

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