com.esri.arcgis.geodatabase
Interface IDEServerObject

All Superinterfaces:
Serializable
All Known Implementing Classes:
DEGeoDataServer, DEGlobeServer, DEGPServer, DEImageServer, DEMapServer, DEWCSCoverage, DEWMSMap

public interface IDEServerObject
extends Serializable

Provides access to members that describe ArcGIS server objects.

Product Availability

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


Method Summary
 String getServerObjectType()
          The server object type.
 String getURL()
          The url to the server object.
 void setServerObjectType(String soType)
          The server object type.
 void setURL(String theUrl)
          The url to the server object.
 

Method Detail

getServerObjectType

String getServerObjectType()
                           throws IOException,
                                  AutomationException
The server object type.

Product Availability

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

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

setServerObjectType

void setServerObjectType(String soType)
                         throws IOException,
                                AutomationException
The server object type.

Product Availability

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

Parameters:
soType - The soType (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getURL

String getURL()
              throws IOException,
                     AutomationException
The url to the server object.

Product Availability

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

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

setURL

void setURL(String theUrl)
            throws IOException,
                   AutomationException
The url to the server object.

Product Availability

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

Parameters:
theUrl - The theUrl (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.