com.esri.arcgis.carto
Interface IACMapAdmin

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

public interface IACMapAdmin
extends java.io.Serializable

COM Interface 'IACMapAdmin'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to connecting to an ArcIMS map service.' 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 IID849696ae_8694_4666_b5f1_9137bad51136
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void connect(IIMSAxlRequest request)
          Connects to the ArcIMS service.
 

Field Detail

IID849696ae_8694_4666_b5f1_9137bad51136

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

connect

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

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.