com.esri.arcgis.carto
Class ACConnector

java.lang.Object
  extended bycom.esri.arcgis.carto.ACConnector
All Implemented Interfaces:
IACConnector, java.io.Serializable

public class ACConnector
extends java.lang.Object
implements IACConnector

An object that connects to ArcIMS servers.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

See Also:
Serialized Form

Constructor Summary
ACConnector()
          Constructs a ACConnector using ArcGIS Engine.
ACConnector(java.lang.Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
 
Method Summary
 boolean equals(java.lang.Object o)
          Compare this object with another
 IACConnector getAsIACConnector()
          Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.
static java.lang.String getClsid()
           
 IACMap getMap(IIMSAxlRequest axlRequest)
          The map of the given map.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ACConnector

public ACConnector()
            throws java.io.IOException,
                   java.net.UnknownHostException
Constructs a ACConnector using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ACConnector

public ACConnector(java.lang.Object obj)
            throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.

Construct a ACConnector using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ACConnector.
ACConnector theACConnector = (ACConnector) obj;

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()

getAsIACConnector

public IACConnector getAsIACConnector()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed.


equals

public boolean equals(java.lang.Object o)
Compare this object with another


hashCode

public int hashCode()
the hashcode for this object


getMap

public IACMap getMap(IIMSAxlRequest axlRequest)
              throws java.io.IOException,
                     AutomationException
Description copied from interface: IACConnector
The map of the given map.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getMap in interface IACConnector
Parameters:
axlRequest - A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (in)
Returns:
A reference to a com.esri.arcgis.carto.IACMap
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.