com.esri.arcgis.gisclient
Interface IServerObjectDescription

All Superinterfaces:
Serializable
All Known Implementing Classes:
GeocodeServerObjectDescription, GeoDataServerObjectDescription, GlobeServerObjectDescription, GPServerObjectDescription, GraphicFeatureServerObjectDescription, ImageServerObjectDescription, MapServerObjectDescription, MobileServerObjectDescription, NAServerObjectDescription

public interface IServerObjectDescription
extends Serializable

Provides access to methods describing the type and class id of the server object.

Product Availability

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


Method Summary
 IUID getClientProxyCLSID(int connType)
          The clsid for the client proxy.
 String getType()
          Defines the type for the server object.
 

Method Detail

getType

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

Product Availability

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

Returns:
The type
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClientProxyCLSID

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

Product Availability

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

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.