com.esri.arcgis.gisclient
Interface IAGSServerObjectName2

All Superinterfaces:
IAGSServerObjectName, Serializable
All Known Subinterfaces:
IAGSServerObjectName3
All Known Implementing Classes:
AGSServerObjectName

public interface IAGSServerObjectName2
extends IAGSServerObjectName, Serializable

Provides access to members that supply server object name information.

Superseded By

IAGSServerObjectName3

Product Availability

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


Method Summary
 String getCapabilities()
          The web capabilities of the service.
 String getNameString2()
          The name string for the server object name.
 String getParentType()
          The type of server object this server object extension is associated with.
 void setCapabilities(String caps)
          The web capabilities of the service.
 void setNameString2(String ns)
          The name string for the server object name.
 void setParentType(String parentType)
          The type of server object this server object extension is associated with.
 
Methods inherited from interface com.esri.arcgis.gisclient.IAGSServerObjectName
getAGSServerConnectionName, getName, getType, getURL, setAGSServerConnectionNameByRef, setName, setType, setURL
 

Method Detail

setNameString2

void setNameString2(String ns)
                    throws IOException,
                           AutomationException
The name string for the server object name.

Product Availability

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

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

getNameString2

String getNameString2()
                      throws IOException,
                             AutomationException
The name string for the server object name.

Product Availability

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

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

setParentType

void setParentType(String parentType)
                   throws IOException,
                          AutomationException
The type of server object this server object extension is associated with.

Product Availability

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

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

getParentType

String getParentType()
                     throws IOException,
                            AutomationException
The type of server object this server object extension is associated with.

Product Availability

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

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

setCapabilities

void setCapabilities(String caps)
                     throws IOException,
                            AutomationException
The web capabilities of the service.

Product Availability

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

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

getCapabilities

String getCapabilities()
                       throws IOException,
                              AutomationException
The web capabilities of the service.

Product Availability

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

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