com.esri.arcgis.gisclient
Interface IAGSServerObjectName3

All Superinterfaces:
IAGSServerObjectName, IAGSServerObjectName2, Serializable
All Known Implementing Classes:
AGSServerObjectName

public interface IAGSServerObjectName3
extends IAGSServerObjectName2, Serializable

Provides access to members that supply server object name information.

Description

This interface is new at ArcGIS 9.3. It supersedes IAGSServerObjectName and IAGSServerObjectName2.

Product Availability

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


Method Summary
 String getDescription()
          The name of the service.
 void setDescription(String objectURL)
          The name of the service.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName2
getCapabilities, getNameString2, getParentType, setCapabilities, setNameString2, setParentType
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName
getAGSServerConnectionName, getName, getType, getURL, setAGSServerConnectionNameByRef, setName, setType, setURL
 

Method Detail

setDescription

void setDescription(String objectURL)
                    throws IOException,
                           AutomationException
The name of the service.

Product Availability

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

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

getDescription

String getDescription()
                      throws IOException,
                             AutomationException
The name of the service.

Product Availability

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

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