com.esri.arcgis.location
Class GeocodeServerObjectDescription

java.lang.Object
  extended by com.esri.arcgis.location.GeocodeServerObjectDescription
All Implemented Interfaces:
IServerObjectDescription, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class GeocodeServerObjectDescription
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IServerObjectDescription

Server object description for the GeocodeServer server object.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
GeocodeServerObjectDescription()
          Constructs a GeocodeServerObjectDescription using ArcGIS Engine.
GeocodeServerObjectDescription(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GeocodeServerObjectDescription theGeocodeServerObjectDescription = (GeocodeServerObjectDescription) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
 IUID getClientProxyCLSID(int connType)
          The clsid for the client proxy.
static String getClsid()
          getClsid.
 String getType()
          Defines the type for the server object.
 int hashCode()
          the hashcode for this object
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef
getJintegraDispatch, release
 

Constructor Detail

GeocodeServerObjectDescription

public GeocodeServerObjectDescription()
                               throws IOException,
                                      UnknownHostException
Constructs a GeocodeServerObjectDescription using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

GeocodeServerObjectDescription

public GeocodeServerObjectDescription(Object obj)
                               throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GeocodeServerObjectDescription theGeocodeServerObjectDescription = (GeocodeServerObjectDescription) obj;

Construct a GeocodeServerObjectDescription using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to GeocodeServerObjectDescription.

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

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

getType

public String getType()
               throws IOException,
                      AutomationException
Defines the type for the server object.

Product Availability

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

Specified by:
getType in interface IServerObjectDescription
Returns:
The type
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClientProxyCLSID

public IUID getClientProxyCLSID(int connType)
                         throws IOException,
                                AutomationException
The clsid for the client proxy.

Product Availability

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

Specified by:
getClientProxyCLSID in interface IServerObjectDescription
Parameters:
connType - A com.esri.arcgis.gisclient.esriAGSConnectionType constant (in)
Returns:
A reference to a com.esri.arcgis.system.IUID
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.