com.esri.arcgis.server
Interface IServerInfo

All Superinterfaces:
Serializable
All Known Implementing Classes:
IServerInfoProxy

public interface IServerInfo
extends Serializable

Provides access to members that define a SOM (Server Object Manager).

Product Availability

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


Method Summary
 IIdentity getIdentity()
          The user identity of the client (httpHandler) adding the SOM.
 String getServerName()
          The name of the SOM.
 void setIdentity(IIdentity ppIdentity)
          The user identity of the client (httpHandler) adding the SOM.
 void setServerName(String serverName)
          The name of the SOM.
 

Method Detail

setServerName

void setServerName(String serverName)
                   throws IOException,
                          AutomationException
The name of the SOM.

Product Availability

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

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

getServerName

String getServerName()
                     throws IOException,
                            AutomationException
The name of the SOM.

Product Availability

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

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

setIdentity

void setIdentity(IIdentity ppIdentity)
                 throws IOException,
                        AutomationException
The user identity of the client (httpHandler) adding the SOM.

Product Availability

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

Parameters:
ppIdentity - A reference to a com.esri.arcgis.server.IIdentity (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getIdentity

IIdentity getIdentity()
                      throws IOException,
                             AutomationException
The user identity of the client (httpHandler) adding the SOM.

Product Availability

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

Returns:
A reference to a com.esri.arcgis.server.IIdentity
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.