com.esri.arcgis.server
Interface IServerInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerInfoProxy

public interface IServerInfo
extends java.io.Serializable

COM Interface 'IServerInfo'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriServer.olb'

Description: 'Provides access to members that define a SOM (Server Object Manager).' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDfa70a9e1_a5fc_448e_ae33_6c78b1014966
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IIdentity getIdentity()
          The user identity of the client (httpHandler) adding the SOM.
 java.lang.String getServerName()
          The name of the SOM.
 void setIdentity(IIdentity ppIdentity)
          The user identity of the client (httpHandler) adding the SOM.
 void setServerName(java.lang.String serverName)
          The name of the SOM.
 

Field Detail

IIDfa70a9e1_a5fc_448e_ae33_6c78b1014966

static final int IIDfa70a9e1_a5fc_448e_ae33_6c78b1014966
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setServerName

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

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

getServerName

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

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

setIdentity

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

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

getIdentity

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

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