com.esri.arcgis.geodatabasedistributed
Class GeoDataServerObjectDescription

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

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

A class that describes the proxies for the geodata server.

Remarks

The GeoDataServerObjectDescription coclass provides methods describing the type and class id of the server object.

Product Availability

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

See Also:
Serialized Form

Constructor Summary
GeoDataServerObjectDescription()
          Constructs a GeoDataServerObjectDescription using ArcGIS Engine.
GeoDataServerObjectDescription(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
GeoDataServerObjectDescription theGeoDataServerObjectDescription = (GeoDataServerObjectDescription) 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

GeoDataServerObjectDescription

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

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

GeoDataServerObjectDescription

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

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

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.